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

Browser hangs #19

Open
moonlight16 opened this issue Sep 12, 2023 · 1 comment
Open

Browser hangs #19

moonlight16 opened this issue Sep 12, 2023 · 1 comment

Comments

@moonlight16
Copy link

moonlight16 commented Sep 12, 2023

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:

crbug/1173575, non-JS module files deprecated.
(anonymous) @ VM46:5

Any ideas?

@moonlight16
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant