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.
hi
Can you join the zoom and share your screen?
https://us05web.zoom.us/j/83082142414?pwd=qbXdOEBKIFxbgxaPgpXnF4uNN2Jx4Y.1
hi
It seems your connectionString
is in bad format. Can you check it?
Thanks.