Auth token IP address localhost only

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • custom_CRM
    Junior Member
    • Jun 2024
    • 13

    #1

    Auth token IP address localhost only

    Dear EspoCRM Team,

    We have rework our installation of EspoCRM to switch from Docker mode to bare-metal.
    We still have an issue on "Auth token menu".

    The IP address is filled with 127.0.0.1 fo all users. (CF screenshot attached)

    Configuration is a standard one :
    • OS : Linux Alma (RHEL based)
    • Web server : Apache
    • Reverse proxy : NGINX

    We have try to remove NGINX and keep only apache. Still the same issue.

    Unfortunately, there is no insight in official documentation which can help us.

    Regards
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9242

    #2
    Hi,

    We have a config parameter: ipAddressServerParam. You need to specify the SERVER environment parameter which contains the IP address.

    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

    • custom_CRM
      Junior Member
      • Jun 2024
      • 13

      #3
      Thank you yuri. It works like a charm

      Comment

      • nickh
        Member
        • Jun 2018
        • 70

        #4
        Hi
        Where do I add this infomration to the config file. I am a bit lost.

        Comment


        • custom_CRM
          custom_CRM commented
          Editing a comment
          Hi nickh,

          You can put it at the end of the file data/config.php

          I don't think there is an order to respect
      • nickh
        Member
        • Jun 2018
        • 70

        #5
        Thanks.
        When I have done that I get an error on rebuild. perhaps it is syntax? Can you confirm the correct syntax please?

        Comment


        • lazovic
          lazovic commented
          Editing a comment
          Please show how exactly and where exactly you inserted the line, that we analyzed the problem and were able to help you.
      • nickh
        Member
        • Jun 2018
        • 70

        #6
        The rebuild runs fine but the address is now blank. I am sure my syntax is incorrect.Click image for larger version  Name:	image.png Views:	0 Size:	76.2 KB ID:	120335
        Click image for larger version  Name:	image.png Views:	0 Size:	24.1 KB ID:	120336
        Last edited by nickh; Today, 07:53 AM.

        Comment

        Working...