-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.15 - Not able to Sign Up new users #3313
Comments
The "Method Not Allowed" error during user sign-up could be due to middleware blocking the sign-up endpoint when Additionally, ensure that the environment variables are correctly set and passed to the
Run the application with these environment variables: langflow run --env-file ./env If the issue persists, it might be a bug in version 1.0.15. You may want to check for any updates or patches that address this issue. |
Yes, it's a bug that I start facing in v1.0.15. When I downgrade to v1.0.14, signing Up users works fine! |
Hey @italojohnny any chance you can reproduce the bug? Just wanted to confirm it is not something wrong with my configs! To the community, anyone else can reproduce this bug in v1.0.15? |
I just went through the same problem, it occurred when signing up and also when accessing with admin and creating a new user. |
Yes, I have the same problem, and even with the latest version I can't log in using the login feature, while with version 1.0.14 I don't have these problems using the same .env. ENV: To clarify I'm running it on docker. |
@anovazzi1 any chance you can take a look at this issue? |
Just leaving my ticket too :D #3438 |
Hi @rezpablo, @codenprogressive, @konradbjk, @detodavide, Hope you all doing great! Could you please follow up on PR #3471? This PR should resolve any issues related to login using Langflow on Docker. The fix will be included in version 1.0.16 of Langflow, so if you're using pip, I recommend waiting for the new release before updating to see if the issue persists. Alternatively, you can fork our main branch and use it locally. Thank you! |
Bug Description
I'm disabling Auto_login and setting up superuser.
LANGFLOW_AUTO_LOGIN=false
LANGFLOW_SUPERUSER="admin"
LANGFLOW_SUPERUSER_PASSWORD="dummypasword"
LANGFLOW_NEW_USER_IS_ACTIVE=false
LANGFLOW_SECRET_KEY="randomly_generated_secure_key"
when a new user is trying to sign up, an error will pop up (see screenshot)
Reproduction
Expected behavior
new user is supposed to be successfully signed up, and admin should be able to receive the new user form to activate it.
Who can help?
No response
Operating System
Ubuntu
Langflow Version
1.0.15
Python Version
3.10
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: