Deployed Grafana on Ubuntu, I am trying to access the Grafana UI from a Windows VM remotely.
After login, the UI goes in to an infinite loop and calls rotate(), and after couple of thousand requests to rotate token the UI goes blank white.
Later on this leads to error on UI: Unauthenticated. And various socket connection error in console, i think its due to so many unexpected rotatetoken() API calls .
rotate => rotateToken() in context_srv.ts file.
Its only happening from any browser running on the Remote windows VM. From local machine the Grafana UI works fine.
Windows server 2022.
Chrome: Version 131.0.6778.70 (Official Build) (64-bit)
Grafana: v10.3.1
Tried this with Docker installation as well as local installation.