-
Notifications
You must be signed in to change notification settings - Fork 622
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: no error statuses for failed requests (#18) #21
base: main
Are you sure you want to change the base?
Conversation
@mwelwankuta is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
res | ||
.status(200) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The client checks the status of the request before rendering the restored image, when the JSON message is "Failed to restore image" while the status is 200, the client tries to render an image with the url of "Failed%20to%20restore%20image" returning a different status code fixes the issue from #18
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@mwelwankuta Thanks for the PR! Mind fixing this error on the deployment? |
alright working on it |
@Nutlope i have resolved the issue and pushed the code. you can now test it out. |
you can look at the deployment |
Hey is this pr still open @Nutlope |
No description provided.