✖ Uploaded artifacts do not include entry: ~/_next/static/chunks/pages/_app-3f7eb7daf37b3d76.js #6571
Unanswered
philmetzger
asked this question in
Q&A
Replies: 1 comment
-
Hi, are there artifacts in the release that was created? |
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.
-
I am trying to properly setup sentry in my nextJS app but constantly have issues with the sourcemap.

In the sentry UI it says I have issues with source maps, so when I run the following command:
sentry-cli sourcemaps explain 840b7f046eaf47ecbd6dd1abf9b3acba ....
Everything passes except:
✖ Uploaded artifacts do not include entry: ~/_next/static/chunks/pages/_app-3f7eb7daf37b3d76.js
Any ideas to fix this?
sentry.client.config.js
looks like this:sentry.properties
looks like this:And in my next.config I have this:
Beta Was this translation helpful? Give feedback.
All reactions