Joshua Aune

Results 5 comments of Joshua Aune

ON the second attempt, also had wordpress__multisite: True While the process completed, it had an invalid ssl cert (likely self signed) and gave a bad gateway error when trying to...

I'm new to npm / js world as well, but maybe upgrading your packages? Something like npm upgrade -g mdns or upgrade everything npm upgrade -g

While trying to fix the issue I had (logged already as #44) i triggered this same issue. The exact point I triggered it at was just after downgrading from node...

these worked for me ``` cd $project mv .debops.cfg .debops.cfg.bak mkdir /tmp/foo ; cd /tmp/foo debops project init mv .debops.cfg $project cd $project debops project refresh ``` I had to...

Note in case someone else runs into this. Just updated lxc host to debian 11/bullseye and had some issues with old containers (config not managed by debops). I only had...