You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this an error or the expected output on port 3000?
{"status":404,"stack":"Error: Not Found\n at /usr/src/app/app.js:135:13\n at Layer.handle as handle_request\n at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:302:13)\n at /usr/src/app/node_modules/express/lib/router/index.js:270:7\n at Function.proto.process_params (/usr/src/app/node_modules/express/lib/router/index.js:321:12)\n at next (/usr/src/app/node_modules/express/lib/router/index.js:261:10)\n at urlencodedParser (/usr/src/app/node_modules/body-parser/lib/types/urlencoded.js:84:40)\n at Layer.handle as handle_request\n at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:302:13)\n at /usr/src/app/node_modules/express/lib/router/index.js:270:7\n at Function.proto.process_params (/usr/src/app/node_modules/express/lib/router/index.js:321:12)\n at next (/usr/src/app/node_modules/express/lib/router/index.js:261:10)\n at jsonParser (/usr/src/app/node_modules/body-parser/lib/types/json.js:96:40)\n at Layer.handle as handle_request\n at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:302:13)\n at /usr/src/app/node_modules/express/lib/router/index.js:270:7","message":"Not Found"}
The text was updated successfully, but these errors were encountered:
This is expected, for now. I know it's not the most elegant solution, we do have a task scheduled so that we reply with something relevant (similar to the way ElasticSearch responds on the default route).
We didn't get around to implementing this yet, but it shouldn't be far off.
There isn't an official supported one, but there's a contributor who made a UI (made in python) app which helps you navigate through objects of a Telepat application: TelepatMangager
Is this an error or the expected output on port 3000?
{"status":404,"stack":"Error: Not Found\n at /usr/src/app/app.js:135:13\n at Layer.handle as handle_request\n at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:302:13)\n at /usr/src/app/node_modules/express/lib/router/index.js:270:7\n at Function.proto.process_params (/usr/src/app/node_modules/express/lib/router/index.js:321:12)\n at next (/usr/src/app/node_modules/express/lib/router/index.js:261:10)\n at urlencodedParser (/usr/src/app/node_modules/body-parser/lib/types/urlencoded.js:84:40)\n at Layer.handle as handle_request\n at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:302:13)\n at /usr/src/app/node_modules/express/lib/router/index.js:270:7\n at Function.proto.process_params (/usr/src/app/node_modules/express/lib/router/index.js:321:12)\n at next (/usr/src/app/node_modules/express/lib/router/index.js:261:10)\n at jsonParser (/usr/src/app/node_modules/body-parser/lib/types/json.js:96:40)\n at Layer.handle as handle_request\n at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:302:13)\n at /usr/src/app/node_modules/express/lib/router/index.js:270:7","message":"Not Found"}
The text was updated successfully, but these errors were encountered: