This did the trick. Thank you so much!
S
svigneau
@svigneau
Posts
-
Cloudron fails to start due to nginx failure linked to absent app certificate -
Cloudron fails to start due to nginx failure linked to absent app certificateHi,
After an automatic Cloudron update, my Cloudron dashboard became unresponsive, although individual apps kept working. I restarted the server to try and solve this issue, but Cloudron wouldn't start.
This seems linked to nginx, as checking nginx status gives:
> systemctl status nginx.service ● nginx.service - nginx - high performance web server Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/nginx.service.d └─cloudron.conf Active: failed (Result: exit-code) since Sat 2023-08-26 21:54:09 UTC; 3s ago Docs: http://nginx.org/en/docs/ Process: 277464 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE)
Testing nginx configuration gives:
nginx -t nginx: [emerg] cannot load certificate "/home/yellowtent/platformdata/nginx/cert/jitsi.sebastienvigneau.xyz.cert": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/home/yellowtent/platformdata/nginx/cert/jitsi.sebastienvigneau.xyz.cert','r') error:2006D080:BIO routines:BIO_new_file:no such file) nginx: configuration file /etc/nginx/nginx.conf test failed
How should I go from there?
-
Meemo doesn't load after upgrade from v1.13.2 to v1.14.0@girish It worked I didn't realize there was another update that fixed the MongoDB issue. Thank you for your help!
-
Meemo doesn't load after upgrade from v1.13.2 to v1.14.0Meemo doesn't load after upgrading from v1.13.2 to v1.14.0. Only the top bar with the "Meemo" and "About" links is visible but no other content can be accessed. The log returns the following error:
ERROR (node:1) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency
How could I fix this?