hi
ok, please send it via email, liming.ma@volosoft.com
hi
Please share a sample project with me, and I will check it. Thanks. liming.ma@volosoft.com
hi
This issue cannot be reproduced in the IDS4 Quickstart and MVC client example that I have sent. However, I can reproduce it in the non-ABP application, but I cannot send the code.
In this case, it is difficult for me to troubleshoot the problem. Please provide a simple project reproduction problem instead of not your real project.
hi
You're using the IdentityServer and AddDeveloperSigningCredential
It requires permissions to create new files.
https://stackoverflow.com/questions/54009101/cryptographicexception-when-deploying-identityserver4-solution-with-adddeveloper
hi
Please try to add ChatPermissions.Messaging to the current user.
hi
On five occasions, while using abp Suite, my computer has given the dreaded green screen of death. The only other application open was WSL Ubuntu running redis and visual studio. Any idea why?
You can check the error event logs in the Event Viewer of windows.
The platform is excruciatingly slow compared to a previously built application using the same database. I even built a new database to see if it was the amount of data, but it is just as slow with only row of data. This is without any major modifications to your code. All I have done is generate crud tables and build. Is there some fine tuning that needs to be done? Half the time I attempt to build a project I get an error saying IIS is not able to run because a file is locked. Why is this happening? I have never had this happen using visual studio before.
Please share full request & error logs(Logs.txt). Thanks.
You can set the log level to Debug to see more logs.
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
Please share the detailed error log(Logs.txt).
hi
Can you share some code to reproduce?
Had you checked the cache on Redis?
hi
Please share the full error stack.
What's your abp version?
I guess you are using the Identity Server. right?
hi
Begin a New Unit Of Work in your HandleValidSubmit method
https://docs.abp.io/en/abp/latest/Unit-Of-Work#begin-a-new-unit-of-work