Rasa X UI issues after deploy to Google Cloud
See original GitHub issueRasa X version (if used & relevant): From: https://storage.googleapis.com/rasa-x-releases/stable/install.sh
Python version: Python 2.7.13
Operating system (windows, osx, …): Debian 4.9.168
Issue: I have downloaded and run the Rasa X install the script on the Google Cloud VM. I was able to open the Rasa X UI.
However, I have issues:
- When I type the message, the bot is not replying. I have to refresh the page and then I can see the correct reply.
- Replies are displayed in another order. The latest replies are displayed on top.
- After a while, I couldn’t see any other tabs except “Talk to bot” and “Conversations”
Command or request that led to error: I have downloaded and run the Rasa X install the script on the Google Cloud VM using commands:
curl -sSL -o install.sh https://storage.googleapis.com/rasa-x-releases/stable/install.sh
sudo bash ./install.sh
cd /etc/rasa
sudo docker-compose up -d
sudo python rasa_x_commands.py create --update admin me ...
Then I have uploaded my model using:
curl -k -F "model=@model-name.tar.gz" http://ipXXXX/api/projects/default/models?api_token=b07a533ff517ace23603386414c0851d1d2c8631
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Problems with deploying Rasa X on Server (with German bert ...
I am able to connect to the Rasa X UI through the provided public IP address and can upload models using the curl...
Read more >Fix Problems - Rasa
Sometimes fixing a problem means annotating NLU data or adding a few stories in Rasa X, and sometimes it means changing your action...
Read more >[Deprecated] Rasa X Community Edition
Topic Replies Views Activity
Only NLU for RasaX · Rasa X Community Edition 6 678 April 21, 2021
Unknown component name · Rasa X Community...
Read more >[Deprecated] Rasa X Community Edition
Topic Replies Views Activity
RASA X sqlalchemy · Rasa X Community Edition 2 261 August 10, 2021
Rasa x Arabic language · Rasa X Community...
Read more >Latest topics - Rasa Community Forum
Topic Replies Views Activity
RASA value error · Rasa Open Source · ty 2 186 April 15, 2021
Deployment in nodejs website · Rasa Open...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have updated the latest version of Rasa X on Google Cloud using install.sh script. The issue is resolved there. I don’t need to refresh the page after every bot reply now. Thank you!
@gausie - thank you!