Skip to content
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

error 'Auto login is disabled. Please enable it in the settings' #5773

Open
severfire opened this issue Jan 17, 2025 · 1 comment
Open

error 'Auto login is disabled. Please enable it in the settings' #5773

severfire opened this issue Jan 17, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@severfire
Copy link

Bug Description

Hello,

I had this on few installations already, sometimes it makes flows not copy and so on.

Reproduction

  1. Fresh install via uv or python
  2. Disabling autologin with .env
  3. Login with credentials set in .env
  4. error

Expected behavior

should be without error

Who can help?

No response

Operating System

WSL, Ubuntu,

Langflow Version

1.1.1

Python Version

None

Screenshot

Image

Flow File

No response

@severfire severfire added the bug Something isn't working label Jan 17, 2025
Copy link

dosubot bot commented Jan 17, 2025

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:

  1. Open your .env file.

  2. 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].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant