question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rasa X Server install help- 'please fill all the fields'

See original GitHub issue

Rasa 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:closed
  • Created 4 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
wochingecommented, May 27, 2019

@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!

2reactions
ftsamiscommented, May 25, 2019

@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 HTTP 404 and 500 status codes.

http://<url>/login?username=me&password=pass

Read more comments on GitHub >

github_iconTop Results From Across the Web

First login on fresh install won't work - Rasa Community Forum
Here's my Dockerfile : FROM python:3.6 RUN pip install rasa-x ... way to create a user and got a 'Please fill all the...
Read more >
Rasa X Changelog
When Rasa X starts, it will attempt to create an initial administrator user. The username of this user is admin by default. This...
Read more >
Installation Guide - Rasa
Rasa Enterprise can be installed on a Kubernetes or OpenShift cluster using the Rasa Enterprise Helm Chart. Requirements#. Please see the system requirements ......
Read more >
Forms - Rasa
Follow a rule-based process of information gathering using forms in open source bot framework Rasa.
Read more >
Training Data Format - Rasa
Rasa uses YAML as a unified and extendable way to manage all training data, including NLU data, stories and rules.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found