anatoliykot
Results
3
comments of
anatoliykot
I have the same error, but on production build
I have found my error, it was wrong setup it was - "start": "next start" instead of - "start": "NODE_ENV=production node server.js"
The same for me. Downgraded from 4.0.0 to 3.0.2