-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
login issues 1.4.1 #718
Comments
We have the same issue, with 1.4.3 Also time to time got error 500 with the msg:
|
I have this problem too - 1.4.3 |
We've updated to 1.4.3, switched to redis cache and rebuilt a new pathfinder db, the issue persists. |
Also having this problem on 1.4.3 |
Any chance this will be looked at soon? Causing major issues here, it is so bad my guys are giving up on using Pathfinder. |
@TrinityErik I've noticed that I don't have the issue on my backup and dev servers, which are running on Ubuntu 18.04, only on the main which is on 16.04. I doubt the OS is responsible but it could be some of the default dependency versions. Looking to rebuild the main on 18.04 and see if it still occurs. |
Ok that is good info for us and the devs to have, thanks. I'm on 18.04 and having the issue so it isn't OS based. I'll have to check dependencies then because something has it all screwed up. Can you compare between your machines and maybe determine which ones could be at fault? |
- improved error logging in case of failed login attempts - improved ESI "access token" handling
It looks like this issue and the conversation here relates to totally different issues: @Kaoraku Please check your php.ini file for duplicate entries of the @TrinityErik I saw the same login issues 2 days ago. CCP has a devblog about the issue (https://developers.eveonline.com/blog/article/removal-of-redirect-from-.tech.ccp.is-on-jan-7th) the "old" ESI API URL changed, and they removed the ESI URL @chiefdan The next commit includes multiple improvements to the login sequence:
|
Thanks, I had already made the changes to the environment.ini regarding the URL move but continued to have problems. Initial testing seems promising on the commit, I'll update if we see the same issues. |
I was able to reproduce the login issue on my Server!If you see issues where users click at their character image on login page and get redirected to login rather than /map view. You should try this hotfix: Replace method ... with this:
|
Tested and working for us, many thanks! |
Any chance to get a minor release with the fix ? |
We are having a login issue where upon return from Eve SSO the character is selected and the user is returned to the character selection screen immediately.
The link is here:
https://[fqdn redacted]/sso/login?cookie=char_88732336c1309d6464fab1d3ae6b8623&tabId=n2j7q
We've cleared cookies client and server side and the issue persists. We are on version 1.4.1.
After waiting some time on the character select screen at some point the map may load.
My background is infrastructure so I'm not able to troubleshoot web very well, but if someone can assist to let me know which logs to maybe look at?
The text was updated successfully, but these errors were encountered: