Rasa X Server install help- 'please fill all the fields'
See original GitHub issueRasa version: 1.0.1 0.19.0
Python version: 3.4 Operating system (windows, osx, …): Linux - Ubuntu 16.04 also tried 18.04 (DigitalOcean) Issue: I followed the server installations, running on DigitalOcean, met min requirements, installed & my IP address shows Rasa, but…
when I get to step 4 admin password -
sudo python rasa_x_commands.py set_password PASSWORD
I get an error, invalid choice: ‘set_password’ (choose from u’create’ u’delete) So I was able to create an admin username password with -
sudo python rasa_x_commands.py create admin USERNAME PASSWORD
It worked, it creates a user, but since this is the free and not enterprise I don’t think I have a username
& my ip address shows an error ‘please fill all the fields’ can’t enter a password, can’t clink on enterprise
tl;dr But the big issue, my IP address shows the login screen with Welcome, password sign in or I have enterprise ID, and no matter what I do I get Please full all the fields in red above, can’t click buttons or do anything, I tried Chrome and Firefox, same issue
Content of configuration file (config.yml):
Content of domain file (domain.yml) (if used & relevant):
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (8 by maintainers)
Top GitHub Comments
@WR1171 @ftsamis I’m looking into this as part of the sprint, so we can hopefully ship a fix with the new release. I’m very sorry about this!
@WR1171 You can get beyond the login page by passing the username and the password as GET parameters (which is generally a bad practice). I discovered that when attempting to install Rasa X through pip (which worked btw). In the docker version, even if you manually create a
me
user and successfully login, the actual Rasa X functionality does not work - you’ll get a ton of HTTP404
and500
status codes.http://<url>/login?username=me&password=pass