-
Hi, I'm trying to setup inngest with Vercel serverless functions, Vite and Vue. I haven't been able to make it work yet, and I was hoping I could get some help 😃 So far what I did in this repo: Here is the error from the Vercel logs when invoking `/api/inngest`:
In regards to 1., adding an Express server feels redundant / overkill to me - as mentioned by Vercel:
Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to create a custom handler for vercel/node. |
Beta Was this translation helpful? Give feedback.
I was able to create a custom handler for vercel/node.
You can find the code here, in case it helps anyone else: #553