I created an app in Blazor hybrid and uploaded it to a server (windows server 2025) that is used by multiple users (via RDS / remoteapp).When one user starts the app, it works and everything is fine.But when another user tries to start the app at the same time, it gives me a black screen.Does anyone know what the problem is and how to fix it?I will also add that one user can start the app several times and everything works - so the problem is only when another user starts the app before us and does not close it.
Thanks in advance for your help.