In my test env, it try to resolve paths from following positions:
- try resolve
loopback#urlNotFound at node_modules/loopback/server/middleware/urlNotFound.js
- try resolve
loopback#errorHandler at node_modules/loopback/server/middleware/errorHandler.js
and In fact, the correct filename are url-not-found.js and error-handler.js, In development and production environments, They are works, why?
In my test env, it try to resolve paths from following positions:
loopback#urlNotFoundat node_modules/loopback/server/middleware/urlNotFound.jsloopback#errorHandlerat node_modules/loopback/server/middleware/errorHandler.jsand In fact, the correct filename are
url-not-found.jsanderror-handler.js, In development and production environments, They are works, why?