claudia icon indicating copy to clipboard operation
claudia copied to clipboard

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

Open Fabiomad85 opened this issue 2 years ago • 0 comments

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});

Fabiomad85 avatar Nov 17 '21 19:11 Fabiomad85