-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Thumbnails don't work locally or on staging #4450
Comments
Martin investigated some more and thinks it might instead be related to this issue in itty-router |
@sophiamersmann is this blocking you and/or does this happen in prod? We are triaging this now assuming that neither is the case - if this assumption is wrong then this might be even essential |
@ikesau do you feel comfortable debugging this this week or early next? Or do you think someone else would be better suited? |
Yeah! Happy to take this on 🙂 |
Description
Grapher thumbnails only work once, then fail on subsequent hits with a 500 error.
Sorry about the pic. Can't copy in tmux.
Steps to reproduce
Additional context
Martin wrote on Slack: "After a quick Google search, it seems like we shouldn’t be setting the headers directly in
functions/_common/reusableHandlers.ts
and instead treat them as immutable when it’s a response from native fetch. See related fix in Remix."The text was updated successfully, but these errors were encountered: