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

fix(nginx): _assets should rewrite to _static/sentry/dist #3483

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

BYK
Copy link
Member

@BYK BYK commented Dec 19, 2024

Our default fallback, _assets, assumes we use a CDN which is not the case on self-hosted. This patch adds a stop-gap fix for front-end URLs asking for this path.

Should fix #3479 and #3470.

Our default fallback, `_assets`, assumes we use a CDN which is not the case on self-hosted. This patch adds a stop-gap fix for front-end URLs asking for this path.

Should fix #3479 and #3470.
@BYK BYK requested a review from hubertdeng123 December 19, 2024 21:42
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.03%. Comparing base (245f3d1) to head (c785ef0).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3483      +/-   ##
==========================================
+ Coverage   99.01%   99.03%   +0.01%     
==========================================
  Files           3        3              
  Lines         203      207       +4     
==========================================
+ Hits          201      205       +4     
  Misses          2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BYK BYK enabled auto-merge (squash) December 20, 2024 19:09
@BYK BYK merged commit 01d7741 into master Dec 20, 2024
14 checks passed
@BYK BYK deleted the byk/fix/assets-to-static branch December 20, 2024 19:32
@github-actions github-actions bot locked and limited conversation to collaborators Jan 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Page Not Found Error (cannot load _assets/chunks/app_bootstrap_initializeMain_tsx.js) after login
2 participants