Cant add new organisation #800

Closed
opened 2026-02-04 22:44:09 +03:00 by OVERLORD · 3 comments
Owner

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

  • Install method: built from source using install script
  • Clients used: chrome on mac
  • Reverse proxy and version: nginx/1.18.0 (Ubuntu)
  • Other relevant information:

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
[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:

final: true reserved: false false false opcode: BINARY length: 5 payload length: 3 payload: 0x2916 ![Screenshot 2020-09-13 at 10 19 31](https://user-images.githubusercontent.com/7244447/93014663-bd749100-f5aa-11ea-8ac1-f2b406859d90.png)
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 * Install method: built from source using install script * Clients used: chrome on mac * Reverse proxy and version: nginx/1.18.0 (Ubuntu) * Other relevant information: ### 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 [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: <FRAME> final: true reserved: false false false opcode: BINARY length: 5 payload length: 3 payload: 0x2916 ![Screenshot 2020-09-13 at 10 19 31](https://user-images.githubusercontent.com/7244447/93014663-bd749100-f5aa-11ea-8ac1-f2b406859d90.png)
Author
Owner

@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

@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
Author
Owner

@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): 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 GitHub<https://github.com/dani-garcia/bitwarden_rs/issues/1139#issuecomment-691657519>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABXIVH2T5MXTCK5A3FQG6A3SFSSGLANCNFSM4RKRTMWQ>.
Author
Owner

@dinger1986 commented on GitHub (Sep 13, 2020):

Thanks, working great and install script updated!

@dinger1986 commented on GitHub (Sep 13, 2020): Thanks, working great and install script updated!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#800