Replies: 1 comment
-
It's likely you have changed _document in a way that did not follow the documentation 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to upgrade the code base from 7.0.2 to 8.0.0 and facing these issue. I eventually want to upgrade to 9.4.4.
references like these
import { ExternalLink } from '../../node_modules/some-icons/dist'
are not resolved after build.'undefined' is getting appended to the packages - GET http://localhost:8080/_next/static/development/pages/news.jsundefined net::ERR_ABORTED 404 (Not Found)
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions