hi
Microservices are applications, not a DDD module.
THanks.
hi
I have sent the project source to your inbox.
The Angular and backend app work on my side.
You can add your code to reproduce the problem. Thanks.
hi
I suspect that localization isn't being cached correctly in my instance (for example, host admin is super fast but all tenant pages that contain lots of localization are slow), but to know what's going on, I need a custom implementation.
How can I reproduce the issue in a new template project? I can help you troubleshoot the cause.
Thanks
hi
This is a MySQL problem. Can you try to use the Polemo provider?
https://bugs.mysql.com/bug.php?id=118460
https://abp.io/docs/latest/framework/data/entity-framework-core/mysql#use-pomelo-provider
Thanks
Thanks. 👍
hi
Or am I misunderstanding?
Basically, yes. The URL in appsettings.json is just a configuration and cannot change the URL and port that the running application is bound to.
Thanks.
你不必一定要使用IIdentityUserAppService, 你可以注入UserManager 或者 仓储服务直接创建用户.
否则你需要依赖Identity的Application模块
谢谢