Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

NextJS 13.4.4 Internal server error #96

Open
DubuWaMaji opened this issue Jun 6, 2023 · 2 comments
Open

NextJS 13.4.4 Internal server error #96

DubuWaMaji opened this issue Jun 6, 2023 · 2 comments

Comments

@DubuWaMaji
Copy link

Hi.

I'm getting internal server error after upgrading to NextJS 13.4.4 (from 13.3.0). Removing "strictDynamic()" resolves internal server error. Anyone else had the same experience?

@pgbradbury
Copy link

This appears to be an abandoned project. @nibtime are you still maintaining this?

@deivoff
Copy link

deivoff commented Sep 1, 2023

@DubuWaMaji after a long debug it helped me to add this construction to next.config.js

const dns = require('dns');

dns.setDefaultResultOrder('ipv4first');

The problem is not in the lib (although it may be possible to fix it too), but in node.js

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

No branches or pull requests

3 participants