You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the picture is the token config, All permission is allowed:
Steps to Reproduce
Now it not work, when run the build script, show follow error:
> Found 2 files
> Analyzing 2 sources
> Analyzing completed in 0.018s
> Adding source map references
> Bundling files for upload...
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0/2
> Found 2 files
> Analyzing 2 sources
> Analyzing completed in 0.012s
> Rewriting sources
> Bundling completed in 0.216s
> Bundled 2 files for upload
> Bundle ID: ca126c74-980f-5f9a-af69-7de10fc13073
> Optimizing completed in 0.01s
error: API request failed
Caused by:
sentry reported an error: Invalid token (http status: 401)
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
Please attach the full debug log to all bug reports.
[sentry-vite-plugin] Info: Successfully uploaded source maps to Sentry
> Bundling completed in 0.215s
> Bundled 2 files for upload
> Bundle ID: f085979d-313c-5a77-aabe-7c6f76e99707
> Optimizing completed in 0.01s
error: API request failed
Caused by:
sentry reported an error: Invalid token (http status: 401)
Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
Please attach the full debug log to all bug reports.
But the release is created without any sourceMap files:
Expected Result
It can upload success .
Actual Result
It not work
The text was updated successfully, but these errors were encountered:
Please update to the latest Vite plugin version and give it another try.
How do you use Sentry?
Self-hosted/on-premise
Are you using the latest self-hosted Sentry version (25.1.0 at this time)?
I generally recommend using org-based auth tokens as they were made specifically to support source maps upload and are valid across multiple projects within one organization.
Ultimately, since you're using self-hosted: Please check your Sentry logs. We haven't received similar reports on Sentry SaaS, so I suspect this is most likely a self-hosted issue.
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/browser
SDK Version
2.22.7
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
This is the config code
And the picture is the token config, All permission is allowed:
Steps to Reproduce
Now it not work, when run the build script, show follow error:
But the release is created without any sourceMap files:
Expected Result
It can upload success .
Actual Result
It not work
The text was updated successfully, but these errors were encountered: