mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
iOS works but Browsers/Websockets throw an "Unexpected Error" #2049
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MaestroJAL on GitHub.
First off, excellent work on bitwarden_rs! Thank you for this. If I can fix this, my whole family will be set. I cannot seem to login via any browser but the iOS app allows account creation and syncs very well. I'm using Nginx as a reverse proxy. I've tried a lot of different configurations. Here's a snippet of my my current conf:
@dani-garcia commented on GitHub:
Using bitwarden_rs in a subfolder is not recommended and requires some patches to the web vault to make it work. If you can, I'd recommend to use the root directory, maybe in a subdomain.
@MaestroJAL commented on GitHub:
Thanks for the response! I’ll work to get that done.