Same site error Safari et iOS
Hello,
I installed CouchDB 3.2.1 on Ubuntu 20.04. I enabled SSL on port 6984 with a well-recognized Let's Encrypt SSL certificate in my browsers and with a domain name that I manage.
I have a problem that has already been reported, authentication in VueJS webservice on Safari, iOS and Chrome with the returned cookie.
I tested authentication with pouchDB authentication and with Axios it doesn't work on Safari, iOS and Chrome. It works perfectly on Firefox.
I saw that it was necessary to add the line "same_site=None". This partially fixes the issue on Chrome, but not on Safari and iOS.
On Safari and iOS I tried to deactivate the "prevent cross-site tracking" option in the preferences, the authentication passes but the session closes just as soon.
I don't know if it's my setup or something else.
Can installing an authentication proxy solve my problem?
Thank you for your help
Best regard