hi
I can't build your app.
The project file "Liberate/modules/Volo.Account.Pro/test/Volo.Abp.Account.Pro.Application.Tests/Volo.Abp.Account.Pro.Application.Tests.csproj" was not found. [/Liberate/Liberate.sln]
but you can try to add typeof(ChatSignalRModule) to your LiberateBlazorModule
You can download the chat module source code, there are some test apps in it.
hi
This is how web application works: request and response one by one.
Each request will attempt to authenticate the user(verifying cookies access_token.)
app.UseAuthentication();
hi
How can I reproduce this in a new microservice project?
Can you share a new project?
liming.ma@volosoft.com
hi
There are some timeout settings that you can use in your MongoDB connection string.
https://www.mongodb.com/docs/manual/reference/connection-string/
hi
Can you share username & password so I can check your pipeline online?
liming.ma@volosoft.com
hi
Can you try to build the sln instead of csproj?
run this command on the folder in which the xx.sln file exists.
dotnet build /graphbuild
hi
ObjectHelper.TrySetProperty(
user,
x => x.TenantId,
() => tenantId
);