I’m currently using ERPNext on Google Cloud Platform, every thing worked fine for me until the latest release. (that’s what I think).
I’ve installed ERPNext (previous releases < v6.22.1) on GCP a bunch of times without any issues. Yesterday I tried installing it with the latest release (6.22.1), and when the ERP installs, I cannot access it. With every browser I try to connect to I get an error that says ERR_CONNECTION_REFUSED.
I’m using Ubuntu 14.04 and all the steps are the same with the previous installations. I was wondering if something changed that I might have overlooked.
I don’t think it is the problem of the release, but a problem of bad installation. Connection Refused indicates that your browser isn’t able to connect to the GCP server or the production settings weren’t configured.
Try running bench setup production from the frappe-bench folder. There’s many things that could’ve gone wrong during install, but the installer should’ve shown an error message. You should look for that.