Login issue after upgrading to 6.1.0
Collapse
X
-
Could you debug to check whether $authToken variable is not null here https://github.com/espocrm/espocrm/b...ation.php#L167Comment
-
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:
After, refresh the EspoCRM webpage and try to log in.Code:'authTokenPreventConcurrent' => false,
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