next-safe-middleware
next-safe-middleware copied to clipboard
NextJS 13.4.4 Internal server error
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?
This appears to be an abandoned project. @nibtime are you still maintaining this?
@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