Open Tobbe opened 1 year ago
The serve() function defaults to ./redwood/functions/inngest
serve()
./redwood/functions/inngest
export const handler = serve(inngest, inngestFunctions, { servePath: '/.redwood/functions/inngest',
The inngest:dev command defaults to http://localhost:8911/inngest. They should match for the dev server to know where to connect.
inngest:dev
http://localhost:8911/inngest
Good catch. Also, the docs/readme needs to be updated to note that they must be the same.
The
serve()
function defaults to./redwood/functions/inngest
The
inngest:dev
command defaults tohttp://localhost:8911/inngest
. They should match for the dev server to know where to connect.