Replies: 2 comments 15 replies
-
Ok found something in the browser console:
I have crossed out my password, and the tokens, but the information there is all correct. And I'm logging in from a Firefox browser, in case that makes any difference. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Didn't notice one more console log, it was higher up in the console. AxiosError:
|
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I managed to setup and get everything running perfectly in my development environment. But when I moved the code to production, I can see the site running, there are no errors in the log files. I have also made changes in production such as adding the allowed_hosts kwarg to the create_admin method, and specified the domain that the site is on. I have also passed
production: True
tocreate_admin
, I have also tried to turndebug: True
just to see if will give some additional information somewhere. But whatever I've tried, I've been unable to login to the site. I'm able to check the users from runningpiccolo user ls
and other commands, I've even changed password just to make sure it wasn't a fat finger issue. The user I'm trying to logging as has admin, superadmin and is active.The only error I see is a little orange bar at the bottom of the screen that says
Problem logging in
.Also attaching a screenshot of the error:
Beta Was this translation helpful? Give feedback.
All reactions