This PR patches the issue that resulted in an error "User ID required" after logging in.
After debugging this, I noticed the issue was not in the /main page, but in the reroute after successfully logging in. A .1 second delay patched the issue, in the sense that I could no longer produce the error locally.
This PR patches the issue that resulted in an error "User ID required" after logging in.
After debugging this, I noticed the issue was not in the
/main
page, but in the reroute after successfully logging in. A .1 second delay patched the issue, in the sense that I could no longer produce the error locally.