With version 8RC blank page at startup

I installed the 8RC version following the instructions on this page and did not see any errors during the installation.
But when I first start http: //MyDomain/index.php only a blank page appears.
Looking in the forum for this error I see that it is related to the Temp folder.
But in info.php I see sys_temp_dir /tmp

The server is Debian 11 installed in a VM (on Proxmox) with 4 vcpu and 4GB RAM .
PHP version is 7.4

Hi @WhiteTiger,

Thank you for trying out SuiteCRM 8 RC and for the feedback.

Sometimes this happens when the mod_rewrite is disabled, and when there are no permissions to allow re-writes.

However, to allow to understand the problem, could you try the following please?

  • Open a new tab and then open the network tab of your browser’s devtools.
  • go the the your instance on the tab you’ve just opened.
  • On the network tab there should be some graphql calls.
  • Could you check which ones are failing please?

Thanks, i have the same problem, error 500 at graphql, i guess it’s a referal problem, are there already hints for nginx configuration for suite8rc?

:slight_smile:

Hi @chriswithadot,

Thanks for trying out SuiteCRM 8 RC and for the feedback.

Unfortunately, at the moment we don’t yet fully support nginx, mostly for legacy reasons. Though it is something we have already discussed internally.

Not sure if the following helps, but there is a related topic here:

https://community.suitecrm.com/t/suitecrm-8-beta-install-questions/79383/158?u=clemente.raposo

allright. i took now up symfony and it seems at least work somehow…for apache i would need to setup another host…