works as expected. (for reference, the dashboard on our site was
https://bit.ly/3mM3tm6 -- it does not show a blank page, the headers
are there but the query is weirdly wrong).
What I notice that the "/#/dashboard" URL quickly updates itself to
"/dashboard" -- it must be polygerrit doing this client side, as
nothing is hitting the server (I was watching our apache front-end
with our dashboard query)?
This makes me suspect something about the fragment handling is going
wrong? I looked through the changelogs but didn't notice anything.
Any suggestions where in polygerrit this "url swizzle" might happen?
Should dashboards still be using the fragment URL?