Would definitely love to be able to deploy Next.js apps to cloudron
jordanurbs
Posts
-
Next.js on Cloudron -
Does the Github Pages app support deploying a Next.js app from Github?Or is it only jekyll?
If not, is there any way for me to do this without deploying a custom app in a docker container?
-
Weaviate - open-source Vector Database for AI long-term memory and local data — alternative to Pinecone@robi Fire, thanks for the tip!
-
n8n corsWell I feel stupid but I was using https://localhost:3000 instead of http://localhost:3000 in my .env file (on cloudron) and then it started working.
May or may not have been a problem if I'd skipped that step and just put it in in the authorized header parameter on n8n
-
Weaviate - open-source Vector Database for AI long-term memory and local data — alternative to Pinecone+1 would love a vector store app on cloudron!
-
n8n corsAnyone ever resolve this yet? I can't get n8n to work with just the N8N_ALLOWED_ORIGINS in the .env
-
Added Stripe keys to .env, still not able to add Stripe app@joseph it's displayed in the backend when I try to enable Stripe for a call type
-
Error when configuring Stripe even if the environment variables are set correctly@valdeclem so does this mean we can't use stripe on Cloudron without paying for an upgrade?
Doesn't make a lot of sense, the cal.com interface is generally pretty clear when something isn't available without an upgrade...
-
Added Stripe keys to .env, still not able to add Stripe appI followed these instructions from Cal.com to get Stripe all set up for Cal.com self-hosted.
But I'm still getting this error message after restarting the app on cloudron several times. What am I missing?
-
How do I connect Zapier with Cal.com on cloudron?@3246 Thanks for this. Finally got it all going with Webhooks. Thanks!
-
Supabase - The open source Firebase alternative.I came here to upvote this but I think i understand if it's too much for a cloudron to handle
-
Adjust cron jobs for Mautic... is it possible? -
Adjust cron jobs for Mautic... is it possible?hey @dsp76 thanks for sharing... so if I install this shell file to my Mautic installation on Cloudron, it'll speed up the cronjobs?
Unfortunately I'm unable to add an .env file because on Cloudron the app is a "read only filesystem"
-
Error : Nginx Error - Error reloading nginx: reload exited with code 1 signal nullAlright well I did a ton of forum searching and random things and eventually
/home/yellowtent/box/scripts/recreate-containers
fixed it, after deleting conf files and what-not.
Cloudron is now back up and the nginx problem is gone for the app.
Cheers everyone.
-
Error : Nginx Error - Error reloading nginx: reload exited with code 1 signal nullTried running "nginx -s reload" as root
and got this:
nginx: [emerg] cannot load certificate "/home/yellowtent/platformdata/nginx/cert/_.plvrs.online.cert": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/home/yellowtent/platformdata/nginx/cert/_.plvrs.online.cert','r') error:2006D080:BIO routines:BIO_new_file:no such file)
-
Error : Nginx Error - Error reloading nginx: reload exited with code 1 signal nullAnd getting this in journalctl
Jul 29 20:13:23 gourshanne-cloudron systemd[1]: nginx.service: Scheduled restart job, restart counter is at 5. Jul 29 20:13:23 gourshanne-cloudron systemd[1]: Stopped nginx - high performance web server. Jul 29 20:13:23 gourshanne-cloudron systemd[1]: nginx.service: Start request repeated too quickly. Jul 29 20:13:23 gourshanne-cloudron systemd[1]: nginx.service: Failed with result 'exit-code'. Jul 29 20:13:23 gourshanne-cloudron systemd[1]: Failed to start nginx - high performance web server. Jul 29 20:13:28 gourshanne-cloudron systemd[1]: nginx.service: Start request repeated too quickly. Jul 29 20:13:28 gourshanne-cloudron systemd[1]: nginx.service: Failed with result 'exit-code'. Jul 29 20:13:28 gourshanne-cloudron systemd[1]: Failed to start nginx - high performance web server. Jul 29 20:13:59 gourshanne-cloudron systemd[1]: Starting nginx - high performance web server... Jul 29 20:14:00 gourshanne-cloudron nginx[9820]: nginx: [emerg] cannot load certificate "/home/yellowtent/platformdata/ng> Jul 29 20:14:00 gourshanne-cloudron systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Jul 29 20:14:00 gourshanne-cloudron systemd[1]: nginx.service: Failed with result 'exit-code'. Jul 29 20:14:00 gourshanne-cloudron systemd[1]: Failed to start nginx - high performance web server. Jul 29 20:14:00 gourshanne-cloudron systemd[1]: nginx.service: Scheduled restart job, restart counter is at 1. Jul 29 20:14:00 gourshanne-cloudron systemd[1]: Stopped nginx - high performance web server. Jul 29 20:14:00 gourshanne-cloudron systemd[1]: Starting nginx - high performance web server... Jul 29 20:14:01 gourshanne-cloudron nginx[10065]: nginx: [emerg] cannot load certificate "/home/yellowtent/platformdata/n> Jul 29 20:14:01 gourshanne-cloudron systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE lines 1-56
-
Error : Nginx Error - Error reloading nginx: reload exited with code 1 signal nullRestarted the droplet a couple times and now Cloudron is completely down, can't even access the dashboard..
-
Error : Nginx Error - Error reloading nginx: reload exited with code 1 signal null[OK] node version is correct [OK] docker is running [OK] MySQL is running [FAIL] nginx is down. Removing extraneous dashboard domain configs ...
nginx status...
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 Mon 2024-07-29 20:48:01 UTC; 31s ago Docs: http://nginx.org/en/docs/ Process: 40540 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE)
-
Error : Nginx Error - Error reloading nginx: reload exited with code 1 signal nullIt started when I needed to investigate a bad SSL certificate (NET::ERR_CERT_DATE_INVALID) which came up out of the blue.
Tried a location change on the app (to www.) and it gave me the Nginx Error - Error reloading nginx: reload exited with code 1 signal null... and same thing each time I 'retry location change task'
This is WordPress Developer app btw
I see enough threads on here that offer suggestions for diagnosing or deleting corrupted nginx config files but I can't access the terminal at all, when I open it it's just a blank black screen with the top menu but no way to enter any commands!