mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Cant add new organisation #800
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 @dinger1986 on GitHub (Sep 13, 2020).
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!