Is this issue resolved? If resolved how did you resolved it? I am also facing the same kind of a problem
my issue is below
I recently installed vaultwarden on Synology docker and was able to access the web over desktop and iphone. However iOS app fails to connect with this error "We were unable to process your request. Please try again or contact us”. When I check the logs on the docker there is absolutely no hit happening.
Also, I noticed one important thing on my desktop. I tried logging into bitwarden chrome extension and it always failed. It succeeded only after logging on the chrome browser web interface.
I don’t think https is an issue as I access my web, google chrome extension using https://vault.mydomain.com. There is absolutely no hit happening to vaultserver as I had enabled debug in the logs and no request is hitting the server when I try to login using iOS App.
I’m not sure what the Problems have been it just worked. Maybe an SSL Cert that had to be synced trough dns servers.
It wouldn’t really make sense cause I was waiting far more that 72 Hours.
@sathishbs
Have you activated Websockets on you reverse Proxy and docker Container?
Env Var:
WEBSOCKET_ENABLED=true
web-sockets have nothing to do with the login process!
Also, web-sockets do not even work on mobile clients, since the mobile clients do not have web-socket support built-in at all.
It more looks like the whole container needed to be restarted, or re-created for the certs to be fully working, since they are only read during startup, and not on-the-fly when changed.
So, enabling web-sockets would not have fixed your mobile client login issue, but probably the restart/re-creation of the container did.
Just saw your post. I had a similar headache recently.
For the SSL error on iOS, it might be an issue with the certificate not being fully trusted. Check if your SSL certificate is correctly installed. iOS can be picky about these things, especially with self-signed certs.
On your Mac, the “Failed to Fetch” error could be a network problem. Double-check those network settings and port configurations in your Nginx Proxy Manager to ensure everything’s lined up right.
Also, a quick tip: keeping your Mac in tip-top shape can sometimes solve weird issues. You can find more details on managing memory space on your Mac here: https://setapp.com/how-to/delete-other-volumes-in-container.