Carl Lewis
Carl Lewis
Upgraded CLI to 4.0, and the issue is still present. Package versions: "@loopback/boot": "^5.0.0", "@loopback/core": "^4.0.0", "@loopback/repository": "^5.0.0", "@loopback/rest": "^12.0.0", "@loopback/rest-explorer": "^5.0.0", "@loopback/service-proxy": "^5.0.0", "loopback-connector-mysql": "^5.4.4", "tslib": "^2.0.0"
### Additional Information: Sinking an error event handler on the data source emitter seems to suppress the unhandled error. As to why, this is unclear. However, this explains why the...
Are other directories searched for the `*.datasource.config.json` file? If the tool requires this configured, assuming for things like relations, then the flat file will be useful. However, keeping this file...
I know this is old, but I was able to get this working by replacing and customizing the User Model, User Repository, User Service, and the actual JWTAuthenticationComponent. I was...
@bhupeshg, I am unable to provide my code since it is an internal project at my company, but I can talk in generics. The approach I used: A new auth...
Ran into this today. It would be nice to at least mark these in a way to make the error go away if full support cannot be implemented. If I...