-
Notifications
You must be signed in to change notification settings - Fork 9
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
Internal Server error #16
Comments
Is there a solution? |
facing the same issue |
Same problem, but with the App Router option |
Hey @samerkassem82 , I can't seem to reproduce this error, I am using a mac laptop - which os are you on? |
I am encountering a similar issue, but I get the following error: Failed to proxy http://undefined:12883/__next_devtools__/client
Error: getaddrinfo ENOTFOUND undefined
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)
at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'undefined'
} Is it possible to manually set the address somewhere to resolve this undefined? "next": "14.2.13" |
I use address Currently using |
๐ The bug
I'm getting this error: GET http://localhost:3000/__next_devtools__/client 500 (Internal Server Error)
Everything setup as per the pages option, when firing run dev.
๐ ๏ธ To reproduce
http://localhost
๐ Expected behavior
To display the panel.
โน๏ธ Additional context
No response
The text was updated successfully, but these errors were encountered: