If a server error occurs that results in a 500 we are redirected to /error which in turn redirects to /login of we are not signed in.
This causes weird behavior when interacting with the OAuth API as we are not authenticated and the returned code for errors then becomes a 200 with /login after following all of the redirects.
If a server error occurs that results in a 500 we are redirected to /error which in turn redirects to /login of we are not signed in.
This causes weird behavior when interacting with the OAuth API as we are not authenticated and the returned code for errors then becomes a 200 with /login after following all of the redirects.