When I log in through the domain after it shows that it has been successfully authorized, but when you click back, it asks you to re-enter the domain and log in to the account and so endlessly through localhost it autopis normally
$ dig +short mycloud.hoosya.site
104.21.17.90
172.67.175.103
$ whois 104.21.17.90 | grep Organization
Organization: Cloudflare, Inc. (CLOUD14)
You are using Cloudflare, which is known for blocking accesses that do not originate from browsers. Have you configured* Clouflare to allow access from non-browsers?
I canโt help you with that though, I donโt use Cloudflare. In general, my recommendation is to do without Cloudflare. Because:
- Cloudflare can read all traffic. Self-hosting is a bit absurd if a third-party provider is able to read everything in plaintext (Cloudflare decrypts and re-encrypts the traffic. This is the only way Clouflare is able to act as a Web Application Firewall).
- The free version of Cloudflare limits the file size you can download/upload.
Operating Nextcloud behind Cloudflare is possible, but more complicated.
*thigs as configure waf, bot protection etc.
Just as background information: it is expected that the app closes the confirmation view automatically once the access has been granted. It polls the server in the background for the login to be completed. Thatโs whatโs apparently broken here. And it might be related to what @mritzmann wrote (which is new to me). Our app uses a custom user agent and the server polling is not taking place in a browser. That could be an explanation.