I was unable to log into a pensieve instance but got no visible feedback about the issue, why it happened, or how to fix it.
Expected Behavior
A login failure redirects me back to the login page to fix any credential errors.
Actual Behavior
I was stuck on a page with a spinning gear and no other visible feedback. Opening the javascript console revealed that the server was returning a 401 error.
Steps to Reproduce the Problem
I'm unsure how to reproduce this; the pensieve_store key on my local storage contained "isLoggedIn": false which might possibly be related.
Deleting the pensieve_store key and refreshing caused pensieve to display the login page, after which I was able to log in successfully.
Specifications
Browser: Chrome 63.0.3239.108
OS: Ubuntu 17.10 amd64
Screenshots
Before submitting this issue, please check that this issue is not a duplicate.
If there is another issue describing the same problem please add your
information to that issue's comments.
I was unable to log into a pensieve instance but got no visible feedback about the issue, why it happened, or how to fix it.
Expected Behavior
A login failure redirects me back to the login page to fix any credential errors.
Actual Behavior
I was stuck on a page with a spinning gear and no other visible feedback. Opening the javascript console revealed that the server was returning a 401 error.
Steps to Reproduce the Problem
I'm unsure how to reproduce this; the
pensieve_store
key on my local storage contained"isLoggedIn": false
which might possibly be related.Deleting the
pensieve_store
key and refreshing caused pensieve to display the login page, after which I was able to log in successfully.Specifications
Screenshots
Before submitting this issue, please check that this issue is not a duplicate. If there is another issue describing the same problem please add your information to that issue's comments.