Share feedback, ideas and get community help

Updated 5 months ago

Perpetual Loading State

At a glance

The community member is trying to run their application locally, but it is stuck in a perpetual loading state. They are using NEXT_PUBLIC_E2E_TEST=true to bypass authentication. Another community member suggests that this variable is meant for running tests, and if the tests have never been run, the database will be empty. They recommend removing the variable and logging in with GitHub instead, which should work. Another community member confirms that this approach works in localhost.

I'm trying to run it locally, following the steps from and using NEXT_PUBLIC_E2E_TEST=trueto bypass the auth.
The site seems to be stuck in a perpetual loading state, and I can't find any errors in the browser console or the terminal where I'm running the pnpm dev, as you can see in the images.

What might I be overlooking?
Attachments
image.png
image.png
V
B
4 comments
All I have is this warning.
Attachment
image.png
NEXT_PUBLIC_E2E_TEST=true is meant for running tests so if you never ran test, the database will be empty
I really suggest you remove that variable and still log in with Github, that should work, isn't it?
I thought it would't work in localhost.
Ok, it works. 😄 Thank you!
Add a reply
Sign up and join the conversation on Discord