#Unable to get a Green Heart on my node
5 messages · Page 1 of 1 (latest)
Ah, I'm running into a Bad Gateway when going to the URL listed in the CORS error
You will normally see 502 bad gateway error when php-fpm can't be reached by your web server. This can be due to a wrong path, it not running or wrong permissions. Confirm that it is running and using the correct php-fpm version in the config pterodactyl.conf file. It would be attempting to use PHP 8.1 by default. When using other PHP versions, make sure to change the php-fpm version in your config to match your used PHP version.
Not sure where to find the server block file? Type .webconf and I will respond with more instructions. Web server error logs can provide additional details.
Your server block file would be located by default at /etc/nginx/sites-available/pterodactyl.conf OR /etc/apache2/sites-available/pterodactyl.conf depending on what web server you are using.
CentOS paths would be at /etc/nginx/conf.d/pterodactyl.conf OR /etc/apache2/sites-available/pterodactyl.conf.
php-fpm is running and it looks to be using the same version as in my pterodatyl.conf file