express-mongoose-es6-rest-api icon indicating copy to clipboard operation
express-mongoose-es6-rest-api copied to clipboard

api not found

Open MusarrathS opened this issue 7 years ago • 4 comments

{"message":"Not Found","stack":"Error: API not found\n at APIError.ExtendableError (/home/syed/Documents/api/UserRole/dist/server/helpers/APIError.js:35:11)\n at new APIError (/home/syed/Documents/api/UserRole/dist/server/helpers/APIError.js:63:101)\n at /home/syed/Documents/api/UserRole/dist/config/express.js:122:13\n at Layer.handle [as handle_request] (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/layer.js:95:5)\n at trim_prefix (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:312:13)\n at /home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:280:7\n at Function.process_params (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:330:12)\n at next (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:271:10)\n at Layer.handle [as handle_request] (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/layer.js:91:12)\n at trim_prefix (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:312:13)\n at /home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:280:7\n at Function.process_params (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:330:12)\n at next (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:271:10)\n at /home/syed/Documents/api/UserRole/node_modules/express-winston/index.js:306:9\n at Layer.handle [as handle_request] (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/layer.js:95:5)\n at trim_prefix (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:312:13)\n at /home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:280:7\n at Function.process_params (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:330:12)\n at next (/home/syed/Documents/api/UserRole/node_modules/express/lib/router/index.js:271:10)\n at cors (/home/syed/Documents/api/UserRole/node_modules/cors/lib/index.js:179:7)\n at /home/syed/Documents/api/UserRole/node_modules/cors/lib/index.js:229:17\n at originCallback (/home/syed/Documents/api/UserRole/node_modules/cors/lib/index.js:218:15)"}

MusarrathS avatar Nov 14 '17 10:11 MusarrathS

What URL/endpoint are you trying to hit?

dylanbromby avatar Nov 21 '17 01:11 dylanbromby

its working now i have to put api in front now its done

On Tue, Nov 21, 2017 at 6:44 AM, Dylan Bromby [email protected] wrote:

What URL/endpoint are you trying to hit?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KunalKapadia/express-mongoose-es6-rest-api/issues/428#issuecomment-345884373, or mute the thread https://github.com/notifications/unsubscribe-auth/AffUF7my4Q9O58aINT7U_hy9Fmi9lu-Lks5s4iQSgaJpZM4QdHKf .

MusarrathS avatar Nov 21 '17 04:11 MusarrathS

Same issue for me . I am hitting the endpoint /api/{routename}/path. It says api not found

kartikwar avatar Dec 26 '17 13:12 kartikwar

@kartikwar how do fix this issue?

aravindhkm avatar Jul 27 '20 10:07 aravindhkm