KnetSpace login from localhost/aratiny doesn't work in Chrome, works in Firefox #781
Labels
bug
project:client
Related to the client/front-end war.
project:knetspace
The application to save and share Knetminer knowledge graphs
This is not crucial for the end users, but it's quite important for developing and debugging.
When I login while running the aratiny application, on localhost:8080, I can type my credentials and apparently, the code is successfully getting a positive answer from KnetSpace to the authentication request. However, the UI remains unchanged, there isn't any "welcome marco" message on the top-right side, the "Sign In" items don't change into the user name and the 'my knetspace' button.
On the contrary, in Firefox everything works fine, including the fact that the limit for the genes list box is removed.
Additionally, this is wat the Chrome Javascript console shows from the click on 'Sign In' to the disappearance of the login pop-up:
Surprisingly, Firefox has a few more warnings during the same interaction:
If I have to guess, I'd say Chrome is more restrictive than FF on the problem that the FF warning is describing (ie, cross-site permissions with KnetSpace cookies).
A quick workaround to this is testing KnetSpace-related features with FF. Chrome works with a real KneMiner instance that has a real/production URL, so in practice, we developers are the only ones affected by this problem.
The text was updated successfully, but these errors were encountered: