Originally posted by anuar
View Post
Announcement
Collapse
No announcement yet.
Login issue after upgrading to 6.1.0
Collapse
X
-
We could not reproduce it yet. Any help appreciated. If someone who has the problem could debug the issue it would be helpful.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment
-
Could you debug to check whether $authToken variable is not null here https://github.com/espocrm/espocrm/b...ation.php#L167If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment
-
Hi everyone,
We were able to reproduce the issue so now our developers are working on its fix.
To be able to log in to your systems before we will deliver the fix, please open the config.php file in the data directory and set the 'authTokenPreventConcurrent' to false. E.g:
Code:'authTokenPreventConcurrent' => false,
- Likes 2
Comment
-
I am stuck with the new Version 7.x (I tested Espo Version 7.0.8 and 7.0.9) of Espo as i seem to have the same Issue. I have Espo Version 6.1.4 running perfectly on the same webspace as i now encounter a Error-401:
XHR GET https://apps.hansdampf.de/crm/api/v1/I18n?default=true [HTTP/2 401 Unauthorized 74ms]
XHR GET https://apps.hansdampf.de/crm/api/v1/Settings [HTTP/2 401 Unauthorized 74ms]
rel(?): https://forum.espocrm.com/forum/inst...is-unavailable
Also: In 7.x 'authTokenPreventConcurrent' does not seem to be available in the config.php file in the data directory. (So much for the fix until now)
Comment
Comment