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

no handler for POST / with api builder and claudia-local-api #229

Open
Fabiomad85 opened this issue Nov 17, 2021 · 0 comments
Open

no handler for POST / with api builder and claudia-local-api #229

Fabiomad85 opened this issue Nov 17, 2021 · 0 comments

Comments

@Fabiomad85
Copy link

I am ussing claudia-local-api for local development before release on AWS. This error happens only in local environment

  • Expected behaviour:
    Execute successfully a POST request

  • What actually happens:
    obtain the error no handler for POST /ENDPOINT

  • Link to a minimal, executable project that demonstrates the problem:

  • Steps to install the project:
    look the file ./node_modules/claudia-api-builder/src/api-builder.js

found this error return Promise.reject(no handler for ${routingInfo.method} ${routingInfo.path});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant