Skip to content
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

Unable to open uploaded source maps: 500 Internal Server error #83579

Open
rodolfoBee opened this issue Jan 16, 2025 · 5 comments
Open

Unable to open uploaded source maps: 500 Internal Server error #83579

rodolfoBee opened this issue Jan 16, 2025 · 5 comments

Comments

@rodolfoBee
Copy link
Member

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

  1. Upload source maps to a project using this endpoint https://docs.sentry.io/api/releases/upload-a-new-project-release-file/
  2. Navigate the Sentry UI to see the uploaded files in Project Settings -> Source maps.

Expected Result

View the source maps in the UI

Actual Result

The UI has no files to show, but the browser console reviews the error when listing the files:
ValidationError
'“%(value)s” is not a valid UUID.'

Error in Sentry: https://sentry.sentry.io/issues/6111287215/events/7f0a2ff9caff4c3a9b424621eaa80bb8/?project=-1&referrer=issue-list&statsPeriod=24h

The files are visible using the Sentry-cli:

sentry-cli releases --org [redacted] --project fe files list --version=buildtag-stable-1133
+----------------------------------------------------------------------------------------------------+--------------+--------------------------------------+----------+
| Name | Distribution | Source Map | Size |
+----------------------------------------------------------------------------------------------------+--------------+--------------------------------------+----------+
| ~/assets/frontend-649f4b7f8937bbeffacbc50a020376a02e428798/js/cms-scripts.js | | cms-scripts.js.map | 5.99KB |
| ~/assets/frontend-649f4b7f8937bbeffacbc50a020376a02e428798/js/cms-scripts.js.map | | | 21.30KB |
....

Product Area

Processing

Link

No response

DSN

No response

Version

No response

@getsantry
Copy link
Contributor

getsantry bot commented Jan 16, 2025

Assigning to @getsentry/support for routing ⏲️

@getsantry
Copy link
Contributor

getsantry bot commented Jan 17, 2025

Routing to @getsentry/product-owners-processing for triage ⏲️

@getsantry getsantry bot moved this from Waiting for: Support to Waiting for: Product Owner in GitHub Issues with 👀 3 Jan 17, 2025
@tobias-wilfert
Copy link
Member

@szokeasaurusrex Is that something that can be solved on your end?

@szokeasaurusrex
Copy link
Member

@tobias-wilfert this does not seem to be a Sentry CLI issue, as the files are being uploaded by making an API request directly at the endpoint.

@rodolfoBee could you please clarify where the "500 Internal Server error" you mention in the issue title is occurring? I don't see any 500 errors mentioned in the issue description

@rodolfoBee
Copy link
Member Author

There are internal server errors reported in the browser when the UI tries to load the files in the release that were uploaded using the API endpoint. The response from the request in the screenshot has the event ID in the issue I added in the original comment:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Product Owner
Development

No branches or pull requests

4 participants