Hello,
Debian Bookworm 12 / Virtualmin
php 8.2 and php 8.3
apache mod rewrite is enabled
permissions have been set and bin/console.php adjusted with chmod +x
I am having issues installing [SuiteCRM 8.8.0].
Install log show
[2025-02-24 17:10:33] install.log.INFO: Successfully got SuiteCRM instance main page
[2025-02-24 17:10:33] install.log.INFO:
[2025-02-24 17:10:33] install.log.INFO: Running curl for Api
[2025-02-24 17:10:33] install.log.INFO: Calling Graphql api
[2025-02-24 17:10:33] install.log.ERROR:
[2025-02-24 17:10:33] install.log.ERROR: Unable to retrieve System Configs on Graphql Page. Please refer to the logs/install.log for more information.
[2025-02-24 17:10:33] install.log.ERROR: The url used for the call was: https://crm.domain.com/public/api/graphql
[2025-02-24 17:10:33] install.log.ERROR: The result of the call was:
[2025-02-24 17:10:33] install.log.ERROR: {“errors”:[{“message”:“NOAUTH Authentication required.”,“locations”:[{“line”:2,“column”:3}],“path”:[“systemConfigs”]}],“data”:{“systemConfigs”:null}}
[2025-02-24 17:10:33] install.log.DEBUG: Hook called: ::server_round_trip
root@irex:/home/crm/public_html/logs#
You shouldn’t need to adjust CORS assuming that they are hosted in the same network. setting your trusted proxies and trusted hosts should cover this. Here is how I do it.