nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
400 stars 25 forks source link

Failed to create og image: Wasm has not been initialized. Call `initWasm()` function. #103

Closed xdeq closed 9 months ago

xdeq commented 11 months ago

Describe the bug

A week ago, the og image pre-renderer started giving an error (Cloudflare Pages):

Failed to create og image: Wasm has not been initialized. Call 'initWasm()' function.

No changes were made to the project, the error started to appear after simple rebuild. No error locally.

ogImage config contains only a custom font.

Reproduction

No response

System / Nuxt Info

Cloudflare Pages
Node: 18.12.1
Nuxt: 3.7.2
nuxt-og-image: 2.2.0
harlan-zw commented 9 months ago

This seems to be fixed in the v3 of the module.

Let me know if you have issues with it.