mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #562] iOS works but Browsers/Websockets throw an "Unexpected Error" #366
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#366
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 (Aug 8, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/562
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 (Aug 8, 2019):
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 (Aug 9, 2019):
Thanks for the response! I’ll work to get that done.