DeaDo
✅ ASP.NET Core Environment Variables: missing Parameter "clientSecret" for EntraId
The Problem was elsewhere.
The Client Secret was set correctly. The Config was just fine.
The errer occured, when my OBO flow tried to obtain the token for the ArmClient.
I had to refactor my ArmClientBuilder to use the correct Configuration.
23 replies
✅ ASP.NET Core Environment Variables: missing Parameter "clientSecret" for EntraId
I have a shared secret that allows my API to call Azure Resource Manager.
But there is no way to set it. other than appsettings.json
Im using environment variables though
23 replies
UseStaticFiles for HTML
Thanks for your help @ZZZZZZZZZZZZZZZZZZZZZZZZZ & @canton7.
That try_files feature would be useful in UseStaticFiles because it seems that many SSGs rely on that behavior.
Ill stick with the Middleware for now. It works & there are no conflicts (at least for my static files)
24 replies
Blazor Wasm: Avoiding frequent & slow rerendering of the component
what would you recommend in my situation?
Could i also use something like a Headless CMS?
I saw a few which had very nice features for formatting the frequently uploaded images and that could eventually solve some other problems i have with the content
27 replies
Blazor Wasm: Avoiding frequent & slow rerendering of the component
about 1/s
The Images are the problem. If I receive but don't display them, the performance is fine.
But if I just show them with a image tag and lazy loading. The UI is blocking.
The CSS grow on hover on the Card sometimes has multible seconds delay for example
27 replies