You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The first login attempt is always failed in the fresh Kibble instance.
After providing login credentials and hit the button Sign In there is no effect.
The second try is successful.
Reproduction steps:
Precondition: kill the server if you have running one
Known issue, happens because you don't have a cookie set before your browser visits the login API URL.
There are basically two ways we can address this:
fix the way sessions are set up, OR
fire off a pre-flight API request to create a session before login, for instance calling /api/session should be enough to seed a new session.
Description:
The first login attempt is always failed in the fresh Kibble instance.
After providing login credentials and hit the button
Sign In
there is no effect.The second try is successful.
Reproduction steps:
Precondition: kill the server if you have running one
Sign In
buttonActual result:
The first try ends without any effects. You won't be logged.
OS:
macOS Catalina
Logs:
N/A
Other:
N/A
The text was updated successfully, but these errors were encountered: