Settings file 'DotnetToolSettings.xml' was not found in the package
You can install the latest official NET 9 SDK to solve this issue.
https://dotnet.microsoft.com/en-us/download/dotnet/9.0
hi
The web app has two modes, server and wasm.
CookieBased means you don't need to get the access token because of the authentication state in the cookies.
You can request the API, The browser will add the cookies automatically.
hi junio
Enable debug logs and reproduce the problem, then share the logs.txt file with liming.ma@volosoft.com
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.
hi
context.Services.Configure<HubOptions>(options =>
{
// Set to 256KB
options.MaximumReceiveMessageSize = 262144;
});
hi
If you're only extending and using the ABP Framework in your own commercial application, you do not need to publish your source code. If you modify the ABP Framework itself, you must make those modifications public under LGPL 3.0, but this does not apply to your proprietary or commercial code that interacts with it.
https://abp.io/support/questions/7834/Request-for-confirmation-on-ABP-framework-commercial-license
hi
I will ask our angular team.
Thanks
: )
hi
Can you share a test project to reproduce?
I will download and check it.
liming.ma@volosoft.com
Thanks.
Thank you for sharing the solution.