Have you seen any server side error in the app logs?
Staff
Cloudron.io Staff
Posts
-
Error 500 on license application -
Chatwoot 1.36.1 Upgrade Issue@cleveradmin can you try to clone the app instance and then perform the update on the cloned one? This way we can see if it is reproducible.
-
Unreachable DashboardThe posted error logs do not seem to be related as far as I can tell. But anyways if some food solves it, even better, hopefully also stays that way
-
Accessing the OpenWebUI APISo querying via container ID is not really something Cloudron works with. This is just something docker does, but that does not mean that ports are exposed on those interfaces. Also since container ids may change over time, the correct way to do this is to use the normal domain of an app.
-
Propagation isn't workingNot sure what you mean with "redirect" here, but the code checks if the DNS A (and AAAA if you use ipv6 also) are in sync at all configured nameservers for this domain. So basically you just have to make sure that you have setup A records for my.heavendigital.com.br pointing to your server IP. Then after some time, depending on your DNS provider, this should succeed.
-
Using Cloudron to setup DNS records in new DNS Provider before switching Nameservers on domain. Vanity Nameservers could also be supported if changes made.Vanity nameservers are now supported in https://git.cloudron.io/platform/box/-/commit/6aca198428bde8c189d0098270ffc05d5a352bab (expected in Cloudron 9.0)
-
Cloudflare DNS, custom DNS server errorImplemented this in https://git.cloudron.io/platform/box/-/commit/6aca198428bde8c189d0098270ffc05d5a352bab for next release
-
"Failed to open stream: Permission denied" for cache/data@neoplex unfortunately, cannot reproduce. If it's easy to see this, can you please send a mail to support@cloudron.io and we can take a look to debug this further.
-
Cloudron seems to have changed to set-up ?all SPF records instead of ~all - why?Legend for future readers:
~all (SoftFail) - Treat with suspicion ?all (Netural) - Neither good nor bad -all (Fail) - Hard fail, reject such mails
Cloudron has always used
~all
from what I recall. Maybe we used-all
overzealously long long time ago. Code - https://git.cloudron.io/platform/box/-/blob/master/src/mail.js?ref_type=heads#L733 -
allowlist.json in Bedrock Server?@sponch thanks, fixed