Ok, this is the error I catch:
```
error: Sending 500 ("Server Error") response:
ImplementationError: Internal error occurred while running `userfindInGluujs`. Got non-Error: 'StatusCodeError: 500 - "HTTP 404 Not Found"'
If you are the maintainer of "userfindInGluujs", then you can change its implementation to solve the problem (Most of the time, the solution is just to throw an actual Error instance instead. Alternatively, if the goal was to indicate a particular exception, you could throw any of the special, reserved "exit signals"-- e.g. the code name of any of your defined exits besides "error" or "success"). Otherwise, please file a bug report with the maintainer,
or fork your own copy and fix that.
[?] See https://sailsjs.com/support for help.
at Object._requestHandler [as user/find-in-gluu] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\machine-as-action\lib\machine-as-action.js:439:16)
at D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\router\bind.js:248:46
at routeTargetFnWrapper (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\router\bind.js:395:9)
at Layer.handle [as handle_request] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\layer.js:95:5)
at next (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:137:13)
at Route.dispatch (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:112:3)
at Layer.handle [as handle_request] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\layer.js:95:5)
at D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:281:22
at Function.process_params (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:335:12)
at next (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:275:10)
at next (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:127:14)
at Hook.expressMiddleware (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\hooks\i18n\index.js:205:14)
at Hook.wrapper [as expressMiddleware] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\@sailshq\lodash\lib\index.js:3282:19)
at addLocalizationMethod (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\hooks\i18n\index.js:147:35)
at routeTargetFnWrapper (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\sails\lib\router\bind.js:395:9)
at Layer.handle [as handle_request] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\layer.js:95:5)
at next (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:137:13)
at Route.dispatch (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\route.js:112:3)
at Layer.handle [as handle_request] (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\layer.js:95:5)
at D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:281:22
at param (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:354:14)
at param (D:\Documentos\Tergar\Proyectos\Gluu-SCIM-Node\node_modules\express\lib\router\index.js:365:14)
```