v7.2 login popup issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 8527

    #16
    Is Espo-Authorization being passed? You can check with code:

    Code:
    $GLOBALS['log']->error($request->getHeader('Espo-Authorization'));
    It should print it to the log file.
    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

  • migrator
    Member
    • Apr 2023
    • 38

    #17
    Excellent, thank you yuri , I will pass through all those headers as well and follow up. I appreciate your time.

    Comment

    • migrator
      Member
      • Apr 2023
      • 38

      #18
      yuri I went through this in extreme detail and am still looking at it now. I wrote it up in a new issue since out-of-the-box the docker implementation used with nginx seems to have this issue: https://github.com/espocrm/espocrm/issues/2726

      Comment

      • migrator
        Member
        • Apr 2023
        • 38

        #19
        Got this solved on my side finally. Explained on GitHub: https://github.com/espocrm/espocrm/issues/2726

        Comment

        Working...