3 Replies
i tested with plain h3 and it worked fine
i fixed it for now by changing my code to this
I'd suspect that Start doesn't really handle
respondWith
properly, and it's attempting to send a response after the fetch
finishes even though one has already been sentyeah its definitely a start issue
but i have a new problem, event.nativeEvent.waitUntil became undefined (in dev only) all of a sudden
probably because waitUntil is only defined in nitro which is not used by solidstart in dev
but i remember i used it in dev, maybe i'm just confused