Closed ii-jj closed 4 months ago
Hi, what does your next.config.js
look like? Did you set a project
value?
Hi, what does your
next.config.js
look like? Did you set aproject
value?
Yes, I have set the project value, and the Sentry server version is 24.3.0
To confirm, the project matches the project you have configured in your self hosted instance?
Can you try and verify the following things:
org
option.project
option.Thanks!
To confirm, the project matches the project you have configured in your self hosted instance?
Can you try and verify the following things:
- You set the correct
org
option.- You set the correct
project
option.- Rotate your auth token.
Thanks!
Absolutely! The project configured in my self-hosted instance definitely matches.
I've already double-checked the following:
And the configuration file was actually created by the sentry-wizard.
Despite these efforts, the issue persists.
Hm 🤔 would you mind sharing your project name? Maybe it includes unsupported characters or something? Also, would you mind base64 decoding the center part of your auth token when it is delimited by the _
characters? Maybe there is some funkyness encoded.
We've just released v8 of @sentry/nextjs
which should use the current version of @sentry/webpack-plugin
. Give it a try!
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/nextjs
SDK Version
7.110.0
Framework Version
next@13.5.6
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
yarn build
in ciExpected Result
The release should be created successfully.
Actual Result
A "project not found" error occurs.