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

Internal Server error #16

Open
nsberrow opened this issue Apr 16, 2024 · 6 comments
Open

Internal Server error #16

nsberrow opened this issue Apr 16, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@nsberrow
Copy link

๐Ÿ› 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

@nsberrow nsberrow added the bug Something isn't working label Apr 16, 2024
@denyncrawford
Copy link

denyncrawford commented May 24, 2024

Is there a solution?

@shmulyeng
Copy link

facing the same issue

@samerkassem82
Copy link

samerkassem82 commented Oct 13, 2024

Same problem, but with the App Router option

@katungi
Copy link

katungi commented Oct 20, 2024

Hey @samerkassem82 , I can't seem to reproduce this error, I am using a mac laptop - which os are you on?

@Florian-Bloechinger
Copy link

Florian-Bloechinger commented Nov 11, 2024

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"

@xinyao27
Copy link
Owner

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 ip('lo') to get the host, but I don't know why it returns undefined

Currently using localhost as a fallback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants