You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To resolve the "Auto login is disabled. Please enable it in the settings" error, you need to ensure that the AUTO_LOGIN setting is correctly configured in your .env file. Here’s what you can do:
Open your .env file.
Add or update the following line to enable auto-login:
AUTO_LOGIN=True
If you want to keep AUTO_LOGIN disabled but still avoid errors, ensure that your application is correctly set up to handle manual login. This includes setting up a superuser and ensuring that your login credentials are correctly configured in the .env file. You might also need to check if there are any other settings or configurations that interact with the AUTO_LOGIN feature and could potentially cause issues if misconfigured [1][2].
Bug Description
Hello,
I had this on few installations already, sometimes it makes flows not copy and so on.
Reproduction
Expected behavior
should be without error
Who can help?
No response
Operating System
WSL, Ubuntu,
Langflow Version
1.1.1
Python Version
None
Screenshot
Flow File
No response
The text was updated successfully, but these errors were encountered: