Skip to content

Cant access web login #2984

Answered by dosubot bot
wverdi asked this question in Q&A
Aug 8, 2024 · 6 comments · 5 replies
Discussion options

You must be logged in to vote

To resolve the issue where the login button on the login page doesn't work, follow these steps:

  1. Check Environment Variables:
    Ensure that all necessary environment variables are correctly set in your .env file. Specifically, verify the following variables:

    • NEXT_PUBLIC_BACKEND_URL
    • NEXT_PUBLIC_SUPABASE_URL
    • NEXT_PUBLIC_SUPABASE_ANON_KEY
    • NEXT_PUBLIC_AUTH_MODES

    Your .env file looks mostly correct, but ensure that the URLs and keys are accurate and accessible.

  2. Verify Network Requests:
    Use the browser's developer tools to check for any network errors or failed requests when you click the login button. This can help identify if there are any issues with the API endpoints or CORS settings.

  3. C…

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dosubot
Comment options

Comment options

You must be logged in to vote
1 reply
@dosubot
Comment options

Comment options

You must be logged in to vote
1 reply
@dosubot
Comment options

Comment options

You must be logged in to vote
1 reply
@dosubot
Comment options

Answer selected by wverdi
Comment options

You must be logged in to vote
1 reply
@dosubot
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant