I can replace localhost to the right IP address (hosted locally) and it will work. Where can I fix this?
If there are any bitnami container users here, not sure if it’s an environmental variable that defines this? If not, where can I modify this in the installation?
Hey
You need to fix the site_url parameter located inside the /config.php. Currently it would be something like “http://localhost” change it to the correct url. Do not put any trailing slashes in the url
Hi,
Everything was working with this kind of URL ( with custom port # ) in WSL2, SuiteCRM v. 8.1.2: http://www.website.dom:8087/…
I did replace localhost for www.website.dom:8087 in \var\www\crm\public\legacy\config.php:
‘site_url’ => ‘http://www.website.dom:8087’,
And now I’m getting this error for either previous or new value for ‘site_url’:
Oops! An Error Occurred
The server returned a “500 Internal Server Error”.
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.