-
Notifications
You must be signed in to change notification settings - Fork 101
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
"Error:SVG data parsing failed cause unknown token" when running on standalone server #489
Comments
Hi, please share a reproducible example or the frame route that you are seeing this error on |
https://github.com/Tonyce/frames-debug . Keep requesting /frames/image and you will get this error |
thanks for providing the repo. i'm unable to run it - can't request /frames/images directly and /frames requires some external API access |
Turns out Here is the an exact diff for
|
Seems to be still ongoing in upstream, @ggomaeng tried to fix it in frog as well: wevm/hono-og#37 (comment) |
Update: it seems like it did not fix the problem after all. Still getting this error, just less frequently |
update "@vercel/og" to "^0.6.3" |
it's a OOM bug because @vercel/og, @vercel/og has release new version |
@Tonyce did the problem go away for you in 0.6.3? |
yes, I ran a stress test and everything seemed fine. |
Should be fixed in [email protected] |
Fixes an issue with the memory leak. Original upstream issue: vercel/next.js#70091 frames.js related issue: framesjs/frames.js#489
* chore: bump @vercel/og Fixes an issue with the memory leak. Original upstream issue: vercel/next.js#70091 frames.js related issue: framesjs/frames.js#489 * chore: changesets
Error: failed to pipe responseat pipeToNodeResponse(/app/node_modules/.pnpm/[email protected] reac
at async sendResponse(/app/node modules/.pnpm/[email protected] reac
at async doRender (/app/node modules/.pnpm/[email protected] react-dor
at async cacheEntry.responseCache.get.routeKind(/app/node_modu
at async NextNodeServer.renderToResponseWithComponentsImpl (/ap
at async NextNodeServer.renderPageComponent (/app/node_modules/
at async NextNodeServer.renderToResponseImpl (/app/node_modules.
at async NextNodeServer.pipeImpl (/app/node_ modules/.pnpm/next@
at async NextNodeServer.handleCatchallRenderRequest (/app/node.
at async NextNodeServer.handleRequestImpl (/app/node modules/.p!Icause]: Error:SVG data parsing failed cause unknown token at 1:at imports.wbg.wbg new 15d3966e9981a196(file:///app/node mo
at wasm://wasm/005420d6:wasm-function[515]:0x112c4cat wasm://wasm/005420d6:wasm-function[30]:0x3ffde
The text was updated successfully, but these errors were encountered: