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
After working around issue #18 , I tried running the app:
❯ npm run dev
> [email protected] dev
> next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5
event - compiled successfully
event - build page: /
wait - compiling...
event - compiled successfully
event - build page: /next/dist/pages/_error
wait - compiling...
event - compiled successfully
event - build page: /next/dist/pages/_error
wait - compiling...
event - compiled successfully
wait - compiling...
event - compiled successfully
When directing my browser to localhost:3000, it just hangs. There's nothing showing up the terminal. The browser's console shows nothing, but eventually shows this:
Actually, this might be a false alarm. I found a lot of node_modules were created with root user. I cleaned everything up and rebuilt the dependencies using my local user and made further progress. I'll keep going and see if this remains an issue.
After working around issue #18 , I tried running the app:
When directing my browser to localhost:3000, it just hangs. There's nothing showing up the terminal. The browser's console shows nothing, but eventually shows this:
Any ideas?
The text was updated successfully, but these errors were encountered: