hi
This is bug of studio, We will fix it in next version.
👍
If you like, you can post your article to abp community.
https://abp.io/community/posts/submit
hi
You can configure the Forwarded headers for your app.
https://abp.io/support/questions/1950/How-to-use-a-custom-HTTP-header-to-get-the-client-remote-IP-address
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-8.0
hi
The client has disconnected
A task was canceled.
The errors look like the browser request was canceled during the file upload process or the http request,
hi
Can you reproduce your problem in a template project? That way I can check.
hi
I have confirmed: Currently ms doesn't support the one(default) database for microservice projects, You need to specify different connection strings for all modules.
Add AbpIdentity and AbpOpenIddict in services\saas\MyTest.SaasService\MyTestSaasServiceModule.cs
options.Databases.Configure("Identity", database =>
{
database.MappedConnections.Add("AbpIdentity");
database.MappedConnections.Add("AbpOpenIddict");
});
hi
hi
I will find a solution soon.
Thanks.