Cannot create users

Hey all… so I’m running vaultwarden on my archlinux server install (from the aur, non docker). For the most part everything works great. But last month I decided to create a new user. In the past I remember going into the admin pannel and just adding a new user manually, but now it looks like I have to invite and they have to create accounts, which unfortunately does not seem to be working for me.

Whenever I hit the create account button (whether from an invite, or whether I turn registration on in the server). I get this error pop up in the browser.


<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="/404/bootstrap.min.css" rel="stylesheet" type="text/css" integrity="sha384-hA/ESrxp2b05ywLtD9YwM6m+pNyLRY4+ruk6dWK00SM4k6SQs0bfrITJVSf6uZyH" /> <link href="/404/styles.css" rel="stylesheet" type="text/css" /> <link rel="apple-touch-icon" sizes="180x180" href="/images/icons/apple-touch-icon.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon-16x16.png" /> <link rel="mask-icon" href="/images/icons/safari-pinned-tab.svg" color="#175DDC" /> <link rel="manifest" href="/manifest.json" /> <title>Page not found!</title> <meta name="description" content="404 Page Not Found" /> </head> <body> <div class="banner"> <div class="container inner banner"> <div class="row align-items-center"> <div class="col brand"> <i class="bwi bwi-shield"></i>&nbsp; <strong>Vault</strong>warden </div> </div> </div> </div> <div class="container inner content"> <h2>Page not found!</h2> <p>Sorry, but the page you were looking for could not be found.</p> <p> <a href="/"> <img src="/images/404.png" class="img-fluid" alt="404 image" width="80%" /> </a> </p> <p> You can <a href="/">return to the web vault</a>, or <a href="https://github.com/dani-garcia/vaultwarden">contact us</a>. </p> </div> <div class="container footer text-muted content">Vaultwarden (unofficial Bitwarden&reg; server)</div> </body>

Honestly I’ve got no idea what’s gone wrong with it, again everything but registering new users seems to be working great. It’s a small instance with just accounts for me and 2 or 3 family members right now. I’d be fine creating an account the old fashioned way (If I recall before I could just make a user and password in the admin pannel in the old RS days)

Are you sure you have updated both vaultwarden and vaultwarden-web? They should be at 1.27.0 and 2022.12.0.

Huh, That got it go figure… Honestly I’m kind of confused since I’ve had the problem for weeks… I update my arch packages daily and generally speaking. But literally right after reading that post I sshed into my server. did a pacman -Syu, and I’ll be darned vaultwarden updated… and after running the updates and rebooting, registering new users worked. Thank you so much!.

I could have sworn I did 5 or 6 update all packages in the time I was trying to figure this out. But guess this time was the charm. Thank you so much for pointing me in the right direction.

I just ran into this same issue. I was running the built in port pkg for FreeBSD. After pulling down and compiling 1.27.0 from GH i can confirm that users can now be created successfully! Appreciate the info here.