Refresh access token Blazor InteractiveServer render mode?
So I needed to use per page render mode in this Blazor project, most of which are InteractiveServer. In a particular page I would like to swap between InteractiveServer and InteractiveWasm manually, at this time, then it will be InteractiveWasm.
Anyway to get and store data because of this, I use HttpClients.
blazor unable to change select option after manually choosing an item more than once
I have a razor page with a server side blazor component where I’m allowing the user to select an option using a more detailed lookup feature that launches in a separate tab using JSInvoke and localStorage. Works well until the user selects the empty option it stops functioning. no errors reported. asp.net 6.0 lts. Im testing with the most current versions of Chrome and Edge as of the 2024 Q3.
Blazor Server with OIDC Cookie Authentication behide IngressControler in Kubernetes
I’m in trouble trying to use Blazor Server with authentication.
Play Sound in Browser with Blazor Server App
I have a Blazor server app that utilizes Microsoft Text to Speech (Microsoft.CognitiveServices.Speech) to convert text to speech and play it. While this works perfectly on my local machine, it fails when published, likely due to the app attempting to use the Azure server’s sound card.