Fixed Broken URL for github trphies#424
Open
externalPointerVariable wants to merge 3 commits intoryo-ma:masterfrom
Open
Fixed Broken URL for github trphies#424externalPointerVariable wants to merge 3 commits intoryo-ma:masterfrom
externalPointerVariable wants to merge 3 commits intoryo-ma:masterfrom
Conversation
|
@externalPointerVariable is attempting to deploy a commit to the ryo-ma's Team Team on Vercel. A member of the Team first needs to authorize it. |
ryo-ma
reviewed
Mar 6, 2026
| REDIS_HOST= | ||
| REDIS_USERNAME= | ||
| REDIS_PASSWORD= | ||
| REDIS_PASSWORD= No newline at end of file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix: Correct SVG Redirect for GitHub Trophies Deployment
Description
I created a separate deployment for GitHub Trophies and noticed an issue with the current moderator deployment UI.
When using the moderator's deployment, the generated image link redirects to a broken 404 page instead of the expected SVG output.
In my deployment, the redirect correctly points to the generated SVG trophy image, which renders properly.
Observed Behavior
My Deployment Output
Redirects correctly to the generated SVG.
Moderator Deployment Output
Redirects to a 404 broken link instead of the SVG.
Summary
Notes
This PR aligns the UI behavior with the expected functionality so that generated trophy images load correctly instead of returning a 404 error.