Hello,
I was able to register for an ABP account using my company email, but when my colleagues tried to register with their company emails, they did not receive the OTP. However, when using personal emails, the OTP was received successfully.
Could you please investigate this issue and provide a solution? Thank you.
My question is: How can I update the ABP CLI to version 9.1 the right way? To try again.
Thanks for your reply.I already updated the ABP CLI using the following command: .dotnet tool update -g Volo.Abp.Cli. After that, the backend AuthServer app did not start, and I encountered some other issues on the backend.
Hello,
Thank you for your response. I did not create _TenantsComponent.ts myself; it comes as part of the ABP Framework. Could you guide me on where I can locate it, or if there are any required configurations I might have missed?
Additionally, I would like to know if this issue is related to missing providers or incorrect module imports.
The error occurs when I click on SaaS > Tenants in the application.
Hi I am using ABP Framework with Angular, and I encountered the following error when running my application:
ERROR NullInjectorError: R3InjectorError(Standalone[_TenantsComponent])[InjectionToken undefined -> InjectionToken undefined -> InjectionToken undefined -> InjectionToken undefined]:
NullInjectorError: No provider for InjectionToken undefined!
at NullInjector.get (core.mjs:1652:21)
at R3Injector.get (core.mjs:2176:27)
at R3Injector.get (core.mjs:2176:27)
at R3Injector.get (core.mjs:2176:27)
at R3Injector.get (core.mjs:2176:27)
at ChainedInjector.get (core.mjs:4733:32)
at lookupTokenUsingModuleInjector (core.mjs:5076:31)
at getOrCreateInjectable (core.mjs:5122:10)
at ɵɵdirectiveInject (core.mjs:16839:17)
at ɵɵinject (core.mjs:1114:40)
Context: ABP V "@abp/ng.core": "~9.0.4", Angular 19 I am working with ABP Angular UI. _TenantsComponent is a standalone component. This error occurs when navigating to the Tenants Management page.
My Question Is: What could be causing this error in ABP Angular?