"Seems the 'Espo-Authentication' header is being stripped by your webserver."
How do I prevent that?
That test site is running on an inexpensive managed, shared, Ubuntu 18.04 Pair.com server. I have no control there.
My production Espo site runs on a Linode VPS Ubuntu 20.04 server where I have control to all of the Apache virtual host entries.
I've not yet installed 7.2 on my production server.
v7.2 login popup issue
Collapse
X
-
Seems the 'Espo-Authorization' header is being stripped by your webserver.
https://github.com/espocrm/espocrm/b.../Auth.php#L299Last edited by yuri; 09-11-2022, 03:35 PM. -
I made the change
IT WORKED!!! I can log in now.
Version 7.2.0
Copyright © 2014-2022 EspoCRM: Yurii Kuznietsov, Taras Machyshyn, Oleksii Avramenko.
Website: www.espocrm.com. -
Try changing this line https://github.com/espocrm/espocrm/b...i/Auth.php#L92
from
Code:if (!$hasAuthData && $this->isEntryPoint) {
to
Code:if (!$hasAuthData) {
Leave a comment:
-
Not sure what it is. We tried 7.2 on many many environments and they worked well. But they all were properly configured.
Can you debug the login process from the method I posted a link to?Leave a comment:
-
When I enter the user/pass it get the same pup up as above. No change. When I click "cancel" the pop up goes away and all I see is "Auth error" at top of screen. I tried cleaning cookies and history data but still can't get into my Espo 7.2.:-(Leave a comment:
Leave a comment: