[GH-ISSUE #1253] Submit button in Create Account page not working #882

Closed
opened 2026-03-03 02:04:20 +03:00 by kerem · 1 comment
Owner

Originally created by @elliaster on GitHub (Dec 4, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1253

Subject of the issue

Submit button in Create Account page not working

Your environment

  • Bitwarden_rs version: 1.17.0
  • Install method: Docker Image
  • Clients used:
  • Reverse proxy and version:
  • Version of mysql/postgresql:
  • Other relevant information:

Steps to reproduce

Create Docker Instance of Bitwarden_rs
After starting up click "Create Account"
Fill in all information
Click "Submit"

Expected behaviour

It should create an account

Actual behaviour

Stuck on the "Create Account" page

Relevant logs

/--------------------------------------------------------------------,
| Starting Bitwarden_RS |,
| Version 1.17.0 |,
|--------------------------------------------------------------------|,
| This is an unofficial Bitwarden implementation, DO NOT use the |,
| official channels to report bugs/features, regardless of client. |,
| Send usage/configuration questions or feature requests to: |,
| https://bitwardenrs.discourse.group/ |,
| Report suspected bugs/issues in the software itself at: |,
| https://github.com/dani-garcia/bitwarden_rs/issues/new |,
--------------------------------------------------------------------/,
,
[2020-12-04 18:45:55.116][bitwarden_rs][INFO] JWT keys don't exist, checking if OpenSSL is available...,
OpenSSL 1.1.1d 10 Sep 2019,
[2020-12-04 18:45:55.153][bitwarden_rs][INFO] OpenSSL detected, creating keys...,
Generating RSA private key, 2048 bit long modulus (2 primes),
........+++++,
................+++++,
e is 65537 (0x010001),
writing RSA key,
writing RSA key,
[2020-12-04 18:45:56.369][bitwarden_rs][INFO] Keys created correctly.,
Running migration 20180114171611,
Running migration 20180217205753,
Running migration 20180427155151,
Running migration 20180508161616,
Running migration 20180525232323,
Running migration 20180601112529,
Running migration 20180711181453,
Running migration 20180827172114,
Running migration 20180910111213,
Running migration 20180919144557,
Running migration 20181127152651,
Running migration 20190526216651,
Running migration 20191010083032,
Running migration 20191117011009,
Running migration 20200313205045,
Running migration 20200409235005,
Running migration 20200701214531,
Running migration 20200802025025,
[2020-12-04 18:45:56.855][start][INFO] Rocket has launched from http://0.0.0.0:80,

Originally created by @elliaster on GitHub (Dec 4, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1253 <!-- # ### NOTE: Please update to the latest version of bitwarden_rs before reporting an issue! This saves you and us a lot of time and troubleshooting. See: https://github.com/dani-garcia/bitwarden_rs/issues/1180 # ### --> <!-- Please fill out the following template to make solving your problem easier and faster for us. This is only a guideline. If you think that parts are unnecessary for your issue, feel free to remove them. Remember to hide/obfuscate personal and confidential information, such as names, global IP/DNS addresses and especially passwords, if necessary. --> ### Subject of the issue <!-- Describe your issue here.--> Submit button in Create Account page not working ### Your environment <!-- The version number, obtained from the logs or the admin diagnostics page --> <!-- Remember to check your issue on the latest version first! --> * Bitwarden_rs version: 1.17.0 <!-- How the server was installed: Docker image / package / built from source --> * Install method: Docker Image * Clients used: <!-- if applicable --> * Reverse proxy and version: <!-- if applicable --> * Version of mysql/postgresql: <!-- if applicable --> * Other relevant information: ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start bitwarden_rs? --> Create Docker Instance of Bitwarden_rs After starting up click "Create Account" Fill in all information Click "Submit" ### Expected behaviour <!-- Tell us what should happen --> It should create an account ### Actual behaviour <!-- Tell us what happens instead --> Stuck on the "Create Account" page ### Relevant logs <!-- Share some logfiles, screenshots or output of relevant programs with us. --> > /--------------------------------------------------------------------\, | Starting Bitwarden_RS |, | Version 1.17.0 |, |--------------------------------------------------------------------|, | This is an *unofficial* Bitwarden implementation, DO NOT use the |, | official channels to report bugs/features, regardless of client. |, | Send usage/configuration questions or feature requests to: |, | https://bitwardenrs.discourse.group/ |, | Report suspected bugs/issues in the software itself at: |, | https://github.com/dani-garcia/bitwarden_rs/issues/new |, \--------------------------------------------------------------------/, , [2020-12-04 18:45:55.116][bitwarden_rs][INFO] JWT keys don't exist, checking if OpenSSL is available..., OpenSSL 1.1.1d 10 Sep 2019, [2020-12-04 18:45:55.153][bitwarden_rs][INFO] OpenSSL detected, creating keys..., Generating RSA private key, 2048 bit long modulus (2 primes), ........+++++, ................+++++, e is 65537 (0x010001), writing RSA key, writing RSA key, [2020-12-04 18:45:56.369][bitwarden_rs][INFO] Keys created correctly., Running migration 20180114171611, Running migration 20180217205753, Running migration 20180427155151, Running migration 20180508161616, Running migration 20180525232323, Running migration 20180601112529, Running migration 20180711181453, Running migration 20180827172114, Running migration 20180910111213, Running migration 20180919144557, Running migration 20181127152651, Running migration 20190526216651, Running migration 20191010083032, Running migration 20191117011009, Running migration 20200313205045, Running migration 20200409235005, Running migration 20200701214531, Running migration 20200802025025, [2020-12-04 18:45:56.855][start][INFO] Rocket has launched from http://0.0.0.0:80,
kerem 2026-03-03 02:04:20 +03:00
Author
Owner
<!-- gh-comment-id:738962685 --> @BlackDex commented on GitHub (Dec 4, 2020): You probably do not have ssl enabled, please search the issues and wiki before posting a new one. See: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-HTTPS https://github.com/dani-garcia/bitwarden_rs/wiki/Private-CA-and-self-signed-certs-that-work-with-Chrome https://github.com/dani-garcia/bitwarden_rs/wiki/Running-a-private-bitwarden_rs-instance-with-Let%27s-Encrypt-certs
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#882
No description provided.