You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internal server error: Cannot use relative URL (C:\Users\jon\Repositories\frontend\node_modules@saschazar\wasm-webp/wasm_webp.wasm) with global fetch — use event.fetch instead: https://kit.svelte.dev/docs/web-standards#fetch-apis
I tried to figure out the relative URL in the source but was unable to. Should be a simple fix of path.resolve serverside for importing the wasm file.
The text was updated successfully, but these errors were encountered:
Using SvelteKit inside vite as a plugin.
Internal server error: Cannot use relative URL (C:\Users\jon\Repositories\frontend\node_modules@saschazar\wasm-webp/wasm_webp.wasm) with global fetch — use
event.fetch
instead: https://kit.svelte.dev/docs/web-standards#fetch-apisI tried to figure out the relative URL in the source but was unable to. Should be a simple fix of path.resolve serverside for importing the wasm file.
The text was updated successfully, but these errors were encountered: