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
@tschneidereit would it be possible to check if handlers are attached to the fetchEvent during wizer time? The issue here comes from us keeping the fetchEvent around if we do not explicitly implement the wasi-http export and failing to attach a handler to the event.
I'm trying to use the Hono framework: https://hono.dev/docs/
From the starter TypeScript template, I ran
npm install hono
, then added the quickstart from the docs:spin build
is successful, but running results in a silent failure:ref #330 for the silent error, as nothing is logged in the component logs.
The text was updated successfully, but these errors were encountered: