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
but after trying some more things, I found that creating and resolving your own promise works: await new Promise(r => setTimeout(r, 500)) will not crash.
but calling things like await request.blob() or anything to do with the body of the request will cause it to crash.
I try to run SvelteKit build with custom adapter, but it returns segmentation fault
The text was updated successfully, but these errors were encountered: