Skip to content

fix(error page): correct 500 error image extension to webp - #1084

Merged
gamatraindev merged 1 commit into
GamaEdtech:upgrade-v4from
sanaderi:fix/error-500-image-extension
Aug 2, 2026
Merged

fix(error page): correct 500 error image extension to webp#1084
gamatraindev merged 1 commit into
GamaEdtech:upgrade-v4from
sanaderi:fix/error-500-image-extension

Conversation

@sanaderi

@sanaderi sanaderi commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • The 500 error page (app/components/error/temp.vue) referenced /images/error/error-500.svg for both the errorInfo[500].image value and its fallback default, but only error-500.webp exists in public/images/error/ - every other status code in the same map already correctly uses .webp.
  • This caused a 404 (Not Found) for error-500.svg and a broken image icon on the 500 error page in production.

Test plan

  • Trigger a 500 error page and confirm the image now loads correctly

Generated with Claude Code

errorInfo.image and its fallback both referenced error-500.svg, but only
error-500.webp exists in public/images/error, causing a 404 and broken
image on the 500 error page. Every other status code already used .webp.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown

@sanaderi is attempting to deploy a commit to the GamaEdtech Team on Vercel.

A member of the Team first needs to authorize it.

@gamatraindev
gamatraindev merged commit a3c08da into GamaEdtech:upgrade-v4 Aug 2, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants