Hi @Bernard,
Could you please provide more details or context about what you're asking? This will allow me to understand your question better and give a clearer and more helpful response.
You can look at this document for language management. https://aspnetboilerplate.com/Pages/Documents/Zero/Language-Management
Hi @drutter1954,
What is your npm version? The problem may be related to npm.
You can try following solutions. https://stackoverflow.com/questions/46020018/error-eperm-operation-not-permitted-unlink-d-sources-node-modules-fseven
Hi friends,
We fixed the problem. We will release the power tools as soon as possible.
Hi @kansoftware,
Maybe this document help you. https://aspnetboilerplate.com/Pages/Documents/Caching#redis-cache-integration
If your problem persists, you can share your project with [email protected] and we can look at it in more detail.
Hi @huntethan89,
We are currently reviewing your project and we found the error. We will respond as soon as possible.
Hi @Bernard,
You can modify the file templates. For entity template, it is located in aspnet-core\AspNetZeroRadTool\FileTemplates\Server\EntityClass
Check docs for detailed information about templates.
https://docs.aspnetzero.com/en/common/latest/Power-Tools-Understanding-Power-Tools-Templates
Hi @Bernard,
Please replace this code at Startup.cs
line 385
endpoints.MapFallbackToPage("/_Host");
to
endpoints.MapRazorPages();
And I also recommend adding Area
attribute for ElsaDashboardController
[Area("App")]
public class ElsaDashboardController : ERUDYControllerBase
{
public IActionResult Index()
{
return View();
}
}
I hope this helps. If the problem persists, please let us know.
Hi @Bernard
I downloaded and ran the application, and I did not encounter any errors. I have no idea where the error is or how it occurred. Can you tell me which page I need to open and where I need to click so that I can see the error you saw in the logs?
Hi @Bernard,
Can you tell me step by step what I should do to repeat the error?
Hi @Bernard,
When I examine the logs, I see they have the same error. Can you try setting the authentication scope where you use the code, like the document?
https://github.com/AzureAD/microsoft-identity-web/wiki/multiple-authentication-schemes