hi
Is the _permissionManager service created through dependency injection?
Please share some code of you backgroundjob.
hi @learner29
This service should only exist in unit tests.
See https://support.aspnetzero.com/QA/Questions/9446/After-Tenant-sign-up---admin-any-user-from-same-browser-login-goes-into-loop-on-Chrome-other-browsers-work#answer-772d5fb6-98f0-be39-5908-39f712747eb5
See https://support.aspnetzero.com/QA/Questions/9446/After-Tenant-sign-up---admin-any-user-from-same-browser-login-goes-into-loop-on-Chrome-other-browsers-work#answer-772d5fb6-98f0-be39-5908-39f712747eb5
Try this url https://github.com/aspnetzero/documents/blob/master/docs/en/Deployment-Angular-Publish-IIS.md#angular-application-publishing
You should use the npm run publish
command.
https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Deployment-Angular-Publish-IIS#angular-application-publishing
hi emirsec
Can you share your deploy steps? of course more details will be good.
hi
Are there any other error messages?
Hi
You can consider to use the DontWrapResult
.
https://aspnetboilerplate.com/Pages/Documents/Javascript-API/AJAX?#wrapresult-and-dontwrapresult-attributes
hi
This service is just to read your database to get configuration data.(`EF or abo.net or dapper)
Of course you can add this service to the dependency injection container.(ITransientDependency
or ISingletonDependency
)