Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I installed an app and want to uninstall it. It gives me an error. I did not do any custom things during cloudron or app install.
. any tips?
This looks like either a temporary issue or a DNS issue on the server. Can you check with dig api.cloudron.io on an SSH connection into your server if that resolves correctly?
dig api.cloudron.io
If not try to run systemctl restart unbound
systemctl restart unbound
a restart dit the trick! thank you.