gothinkster / koa-knex-realworld-example

240 stars 79 forks source link

NotFoundError: Not Found http-assert #10

Closed uigormarshall closed 5 years ago

uigormarshall commented 5 years ago

Can you help me? when configuring the project and trying to exercise the user registry, I get the following error:

{ NotFoundError: Not Found
    at Object.assert (/home/marshall-mint/Documentos/JS/koa-knex-realworld-example/node_modules/http-assert/index.js:8:9)
    at module.exports (/home/marshall-mint/Documentos/JS/koa-knex-realworld-example/src/middleware/error-middleware.js:7:9)
    at process.internalTickCallback (internal/process/next_tick.js:77:7) message: 'Not Found' }
dimonnwc3 commented 5 years ago

@uigormarshall could you provide more info, please

which endpoint you are trying to access what HTTP method do you use which data do you send (in case you send it)

uigormarshall commented 5 years ago

Sorry, I already found the problem, uri was missing the / api.