I use ipv6 to access my server, as my ISP uses DS Lite tunnel and opening my server via ipv4 is not an option for me.
I have tested running nextcloud as a snap package, which was automatically installed during the initial setup of the ubuntu server. I created an AAAA record and everything worked fine.
I then decided to deploy persistent instance using docker, nextcloud AIO and nginx reverse proxy.
However, when I try to submit domain in AIO interface, I get “DNS config is not set for this domain or the domain is not a valid domain! (It was found to be set to ‘’)”.
Is there any way to solve this problem?