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.