Hi all,
I had the same problem with the IOS app and I followed this topic:
The first time, it worked for me, but after a second install of Nextcloud with docker, it didn’t work anymore.
I noticed that the container my_custom_proxy_settings.conf file was not the same as the one I saved next to the docker-compose.yml file
Then I’ve modified the my_custom_proxy_settings.conf inside the container:
docker exec -it [container_ID] bash
It was empty (???)
After that, without restart, I could upload files with my iOS app.
Finally, this problem is resolved. I don’t understand how this issue fix the problem!!!
Why the config file did not update in the container?
Have you got an idea?