Login Failure Without Errors #2981
Unanswered
GitRandomUsrname
asked this question in
Q&A
Replies: 2 comments
-
This is a bug that has not been resolved |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are there any known work-arounds for this? I seem to hit this issue on both local MacOS and Linux Installs using venvs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an RHEL server on which I installed all the pre-requirements.
I cloned the git recursively without errors. I ran the 'pip3 install—r requirements.txt' and received a warning about how doing a pip install with root is generally a bad idea, but no errors.
I ran python3 server.py --build and received a warning about babel-eslinit being deprecated, but all seemed pretty normal to me:
The problem is that from my admin box (external to the RHEL server), I can use a browser to open the login page via http://:8888/login, but when I use the username and password from the conf/local.yml file it does nothing. I don't see it providing an error or taking me to the console. If I click refresh, I can briefly see the icon of a person in the upper left has changed from white to blue (or red, depending on the account I try to login as) but it almost immediately takes me back to the login screen.
If I put the server in debug mode, I can see this:
I've tried modifying the local.yml file to set the host and the app.contact.http settings to have the RHEL server's IP address, but the behavior didn't change. I'm not sure how to progress further. Thanks for any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions