Announcement

Collapse
No announcement yet.

Login issue after upgrading to 6.1.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by anuar View Post
    I two different instance with EspoCRM, both where upgraded to 6.1.0. But I'm having login issue on one of them. I get to enter username and password, but after that it does nothing. Also no error in logs.
    We have the same problem ...

    Comment


    • #17
      We could not reproduce it yet. Any help appreciated. If someone who has the problem could debug the issue it would be helpful.

      Comment


      • #18
        Do you have the same problem if you install a clean version?

        Comment


        • #19
          INFO: AUTH: Trying to login as user 'admin' by token but token is not found. [] []

          Comment


          • #20
            Could you debug to check whether $authToken variable is not null here https://github.com/espocrm/espocrm/b...ation.php#L167

            Comment


            • vps
              vps commented
              Editing a comment
              Yes, the $authToken variable appears to be null.

          • #21
            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,
            After, refresh the EspoCRM webpage and try to log in.

            Comment


            • vps
              vps commented
              Editing a comment
              Works! Thanks for the quick workaround.

            • Christian
              Christian commented
              Editing a comment
              The upgrade to 6.1.1. works fine and fixes the problem, thanks so much!

            • anuar
              anuar commented
              Editing a comment
              Great! Will upgrade this weekend

          • #22
            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


            • #23
              Not sure if this helps but this is where the setting authTokenPreventConcurrent is set in Espo 7.x

              Click image for larger version

Name:	Screenshot 2022-02-02 122748.png
Views:	515
Size:	58.3 KB
ID:	78601

              Comment

              Working...
              X