Open DubuWaMaji opened 1 year ago
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
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?