-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
ReSVG rust package throwing error #265
Comments
I upgrade to 3.x, seems to be more forgiving overall but same behavior, crashes with same errors |
This seems to be an issue with the ReSVG wasm crashing the node instance, are you able to provide a reproduction? It may come down to a Node version or OS issue. |
I'm having the same issue when building a static Nuxt site. It crashes with this error
I configured nitro rendering like this nitro: {
prerender: {
crawlLinks: true,
concurrency: 10,
failOnError: false,
static: true,
}
} These are my system details
|
🐛 The bug
When working on og images often I run into everything crashing so the DevTools are no more accessible and reloading the page does no better. This means while composing og images (which is not easy due to limitations of Satori) I need to restart the Nuxt dev process over and over again. Sometimes I make changes, restart Nuxt, make change, restart Nuxt, and so on ...
I would be nice if when something crashes not the whole DevTools go down and I could reload the page and everything is fine again or (better) after a file change everything works again.
For example, if I just place three images
<img src="/images/1.jpg" />
that are 1500px wide each, everything crashes:🛠️ To reproduce
🌈 Expected behavior
Catch errors and keep the process alive
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: