I’m evaluating SuiteCRM as a Salesfoce replacement. I have it set up on an Amazon EC2 Linux instance with load balancer.
SuiteCRM Version 8.7.1
PHP 8.2.26
Apache - 2.4.58
I can access it using the domain url and almost everything appears to function as it should except:
when I use the search to find an account for example, it returns the name but the link assigned is using the IP instead of the domain name and the link fails. All other links I have tried are correctly using the domain name.
In an account record, the website url has the CRM domain in front of the account website address.
Any help sorting this out would be appreciated. Please let me know if more details are required.
Please check your config.php for a value called site_url, which is coming from what you provided when installing. Maybe that needs to be updated to a domain name instead of an IP address.