You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kibble.apache.org by GitBox <gi...@apache.org> on 2020/10/25 07:03:33 UTC

[GitHub] [kibble] Humbedooh commented on issue #73: First attempt to login is always failed

Humbedooh commented on issue #73:
URL: https://github.com/apache/kibble/issues/73#issuecomment-716103837


   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:
   1. fix the way sessions are set up, OR
   2. 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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org