projects_realestate
projects_realestate copied to clipboard
Browser hangs
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?
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.