Login issue after upgrading to 6.1.0
Collapse
X
-
Not sure if this helps but this is where the setting authTokenPreventConcurrent is set in Espo 7.x
-
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)Leave a 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:
After, refresh the EspoCRM webpage and try to log in.Code:'authTokenPreventConcurrent' => false,
Leave a comment:
-
Could you debug to check whether $authToken variable is not null here https://github.com/espocrm/espocrm/b...ation.php#L167Leave a comment:
-
INFO: AUTH: Trying to login as user 'admin' by token but token is not found. [] []
Leave a comment:
-
We could not reproduce it yet. Any help appreciated. If someone who has the problem could debug the issue it would be helpful.Leave a comment:
-
-
I have the same problem.
The log file are empty (warning).
After reset folder permissions and delete cache (data\cache\) became the following messages from the page (firefox web developer):
PHP version 7.1.14Code:XHRGET https://xxxxxx/api/v1/App/user [HTTP/1.1 401 Unauthorized 440ms] XHRPOST https://xxxxxx/api/v1/App/action/destroyAuthToken [HTTP/1.1 401 Unauthorized 440ms] Error 401: Unauthorized.
Apache
Windows 2012 r2
MariaDB1 PhotoLeave a comment:

Leave a comment: