Giter Club home page Giter Club logo

Comments (5)

engahmed1190 avatar engahmed1190 commented on July 23, 2024

I have looked deep in the issue and found, I am having a problem in local env variables.

BF_PROJECT_ID=my-first-project
MONGO_URL=mongodb://mongo:27017/bf   
BF_URL=http://botfront-api:8080        
ORCHESTRATOR=docker-compose
ROOT_URL=http://SERVER_IP:8888
SOCKET_URL=http://localhost:5005
SOCKET_PATH=/socket.io/
MONGO_INITDB_DATABASE=bf

Problem in BF_URL in documentation mentioned The botfront-api root url , so it should be SERVER_IP:8080 or something else

Thanks

from botfront.

znat avatar znat commented on July 23, 2024

Thanks @engahmed1190 . Which version of Botfront are you using? 0.14.5 or the latest 0.15.rc?

from botfront.

engahmed1190 avatar engahmed1190 commented on July 23, 2024

@znat I have tried Both 0.15.rc and 0.14.5
For 0.15.rc Toggle button doesn't appear and still have a problem in local variables
For 0.14 local variables only

from botfront.

znat avatar znat commented on July 23, 2024

Can you be more explicit about Toggle button doesn't appear on 0.15?
Can you please look in the settings/credentials and verify that you have the following:

rasa_addons.core.channels.webchat.WebchatInput:
  session_persistence: true
  base_url: http://localhost:5005
  socket_path: '/socket.io/'

0.15 is not compatible with 0.14 projects

from botfront.

engahmed1190 avatar engahmed1190 commented on July 23, 2024

Hello @znat

I found where is my mistake in configuration
settings/credentials should be

rasa_addons.core.channels.webchat.WebchatInput:
  session_persistence: true
  base_url: http://SERVER_IP:5005
  socket_path: '/socket.io/'

for the Toggle button or Radio button. I have checked the new documentation and it makes sense now

Thanks

from botfront.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.