ogallagher / tejos_textiles

An online arts journal for publishing works in a new medium
MIT License
1 stars 0 forks source link

Webserver down/unresponsive 2024-01-06 #111

Closed ogallagher closed 10 months ago

ogallagher commented 10 months ago

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:

setfattr -n user.pax.flags -v "mr" $(find $NVM_DIR -type f -iname "node" -o -iname "npm" -o -iname "npx")