-
Notifications
You must be signed in to change notification settings - Fork 42
[BUG] next/og - Failed to pipe response #602
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
Comments
I cannot reproduce with |
have you included flag? hardcode coutnry code. I will try to provide repro |
https://kinde-intl-repro.marek-0e9.workers.dev/api/og - pure GET, values are hardcoded. Locally returns, throws on worker. https://github.com/murbanowicz/kinde-next-intl-cloudflare-repro - same repo as before, disabled middleware to simplify |
@murbanowicz Tested your repro, i still can't reproduce, locally with preview or deployed. |
How is this possible? As you can see by clicking the link - it is throwing |
I know what's going on, you're fetching fonts from your own worker domain. This does not work once deployed. I was fetching from your worker domain (which is why it worked for me) |
Im so grateful for your effort! Indeed it was this. I simplified it even more by uploading fonts to our static assets bucket. Thank you! |
Describe the bug
Hey
me again... I hope this is last issue for a while...
OpenGraph images with next/og
my code is pretty straight-forward
Everything is fetched, I see the logs for image being generated but then I hit "Failed to pipe response"
As always - works locally and on Vercel...
Steps to reproduce
Look at code.
Expected behavior
Image being generated and returned
@opennextjs/cloudflare version
latest beta
Wrangler version
latest
next info output
Additional context
No response
The text was updated successfully, but these errors were encountered: