When visiting the site, the pages would load partially, but most components that required additional info from the server would not load. This ended up being because the web server was down, and the static content was being loaded from browser cache.
To fix, I followed the Dreamhost Node.JS instructions that note any new binaries (including versions of node) will have access denied until I run the following:
When visiting the site, the pages would load partially, but most components that required additional info from the server would not load. This ended up being because the web server was down, and the static content was being loaded from browser cache.
To fix, I followed the Dreamhost Node.JS instructions that note any new binaries (including versions of
node
) will have access denied until I run the following: