Fixes a bug where the login URL returned by the login socket was improperly formatted. It was being returned as a ParseResult because the server's internal url value is now a ParseResult. Unfortunately this wasn't able to be caught by pyright because the server's settings in tornado are passed around as a dict[str, Any]
Adds logging to redirects so it's possible to observe redirect behavior
How was this tested?
tested locally using make develop-server and boardwalk login. Also tested in an environment with a front end load balancer
Checklist
[x] Have you updated the VERSION file (if applicable)?
What and why?
This change
pyright
because the server's settings in tornado are passed around as adict[str, Any]
How was this tested?
tested locally using
make develop-server
andboardwalk login
. Also tested in an environment with a front end load balancerChecklist