-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading source maps breaks standalone nextjs build #13819
Comments
Assigning to @getsentry/support for routing ⏲️ |
Hey @ferdy-roz, could you paste your full |
|
@ferdy-roz what error are you facing exactly? Please add |
The final error we get is
but that's just the |
If you can, please provide a small reproducible example! |
I ended up adding a wait to our docker jobs and it somehow worked.. So maybe there was something weird on our end. It was hard to repro in a small way just because there was a lot of infra and everything, but it seems to be resolved! |
@ferdy-roz Can you provide a code example of how you solved this problem? I ran into the same problem and I still can't solve it. |
Adding webpack configuration to next config breaks output: "standalone". |
Environment
SaaS (https://sentry.io/)
What are you trying to accomplish?
I ran the sentry wizard to set up our nextjs project. We are trying to deploy our app with sentry and upload source maps in CI.
How are you getting stuck?
We deploy via CodeBuild, and when we try to upload source maps we never get to the step of generating the
standalone
folder, set by settingoutput: "standalone"
innext.config.mjs
. I disabled sourcemaps in the sentry config and our build succeds/Where in the product are you?
Issues - Source Maps
Link
No response
DSN
"https://8fe17b8c457f194e13b3f2c59119b9d6@o4507782612582400.ingest.us.sentry.io/4508016741187584"
Version
No response
The text was updated successfully, but these errors were encountered: