I am getting a 500 error when i login to my ghost admin panel. I am able to do all the work whatsoever. Able to create posts etc, not able to use send mail functionality( that’s another issue though), but admin panel shows 500 each time. Please help. My details are as below:
Console Log : Mixed Content: The page at 'https://plezna.com/ghost/#/posts' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://plezna.com/private/?r=%2F'. This request has been blocked; the content must be served over HTTPS.
Based on the console statement, it looks like your ghost url is incorrectly set (it uses http instead of https), but when looking at your site settings (https://plezna.com/ghost/api/v3/admin/site/), everything looks fine. Just to be safe, can you check that your url is https://plezna.com?
So, I managed to resolve it by some config changes in the apache virtualhost file. Everything works fine now.
But, I get a different issue on console. I don’t really know if that could be an issue, may be a warning.
When I do sudo /opt/bitnami/ctlscript.sh restart I get below response