Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

servePath and inngest:dev url mismatch #180

Open
Tobbe opened this issue Jul 30, 2023 · 1 comment
Open

servePath and inngest:dev url mismatch #180

Tobbe opened this issue Jul 30, 2023 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@Tobbe
Copy link

Tobbe commented Jul 30, 2023

The serve() function defaults to ./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.

@dthyresson
Copy link
Collaborator

Good catch. Also, the docs/readme needs to be updated to note that they must be the same.

@dthyresson dthyresson added bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers labels Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants