mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1139] Cant add new organisation #807
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#807
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 @dinger1986 on GitHub (Sep 13, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1139
Subject of the issue
When I go to add new organisation it just continually loads in the logs I get:
[2020-09-13 09:03:33.207][response][INFO] GET /api/sync?<data..> (sync) => 200 OK
[2020-09-13 09:03:34.952][request][INFO] GET /api/plans/
[2020-09-13 09:03:34.952][response][INFO] GET /<p..> [10] (web_files) => 404 Not Found
Your environment
Bitwarden_rs version: 1.16.3
Steps to reproduce
You can run the install script on any machine running ubuntu 20.04 https://github.com/dinger1986/bitwardenrs_install_script/blob/master/bitwardenrs.sh
Expected behaviour
Should be able to add organisation but cant
Actual behaviour
Web page sits spinning
Relevant logs
[2020-09-13 09:19:47.564][request][INFO] GET /api/accounts/revision-date
final: true reserved: false false false opcode: BINARY length: 5 payload length: 3 payload: 0x2916 [2020-09-13 09:19:47.565][response][INFO] GET /api/accounts/revision-date (revision_date) => 200 OK
[2020-09-13 09:19:49.843][request][INFO] GET /api/accounts/profile
[2020-09-13 09:19:49.844][response][INFO] GET /api/accounts/profile (profile) => 200 OK
[2020-09-13 09:19:52.511][request][INFO] GET /api/sync?excludeDomains=true
[2020-09-13 09:19:52.512][response][INFO] GET /api/sync?<data..> (sync) => 200 OK
[2020-09-13 09:19:53.657][request][INFO] GET /api/plans/
[2020-09-13 09:19:53.657][response][INFO] GET /<p..> [10] (web_files) => 404 Not Found
[2020-09-13 09:19:57.579][ws::handler][DEBUG] Handler received:
@PostalBlab commented on GitHub (Sep 13, 2020):
Downgrading the web vault to 2.15.1 fixes the problem for me, they added some stuff in 2.16 that breaks it with bitwarden_rs
@dinger1986 commented on GitHub (Sep 13, 2020):
Ok.
I shall look at changing my install script for now and then once it’s fixed shall update the script.
Daniel
Daniel Lamb
Technical Director
[cid:logo_2094e808-adcc-455a-a5fd-54265dc137fa.jpg]http://www.flonix.co.uk/
Flonix Limited
Willowview
Redgorton
Perth
PH1 3EL
Phone: 01738 500400
http://www.flonix.co.uk
Company Reg: SC341802
[cid:fb_11c7c55d-b85e-4b3e-b8d8-daabbed1905e.png]https://www.facebook.com/Flonixltd/
From: PostalBlab notifications@github.com
Sent: Sunday, September 13, 2020 12:11:33 PM
To: dani-garcia/bitwarden_rs bitwarden_rs@noreply.github.com
Cc: Daniel Lamb | Flonix Ltd daniel.lamb@flonix.co.uk; Author author@noreply.github.com
Subject: Re: [dani-garcia/bitwarden_rs] Cant add new organisation (#1139)
Downgrading the web vault to 2.15.1 fixes the problem for me, they added some stuff in 2.16 that breaks it with bitwarden_rs
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/dani-garcia/bitwarden_rs/issues/1139#issuecomment-691657519, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABXIVH2T5MXTCK5A3FQG6A3SFSSGLANCNFSM4RKRTMWQ.
@dinger1986 commented on GitHub (Sep 13, 2020):
Thanks, working great and install script updated!