Hello ABP Support, We would like to remove a specific device from our organization 'Tatweer' license. Device to remove: TAT-LT-DDC-041 This device is no longer in use, and we need to free up a slot to activate the license on a new developer machine. Thank you for your support. Best regards, Gomaa Sayed Ismail Tatweer Team
Hello Support Team,
I have created an ABP project using the Microservice template with Angular UI.
I added a new microservice called HrServices. Inside it, I created an Application Service with a POST endpoint to save data.
However, when I try to send a POST request to that endpoint (e.g., /api/app/business-unit), I receive the following error response:
405 Method Not Allowed
I have a quick question: When using ABP Studio to create a microservice-based application with an Angular frontend, it generates sub Angular projects for each .NET microservice.
Is it possible to run and host each frontend subsystem independently (as a standalone Angular application)? Or are these projects tightly coupled as modules within the main Angular application and cannot function separately?

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.
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?