Bitwarden opens to the word "Bitwarden" and nothing else

Hi all, sorry the title doesnt make any sense but I dont know how else to describe it briefly.

When I goto my server address in my web browser, the page loads, with HTTPS and there are no error messages.

The page that loads however is not a login screen or anything similar.

It is just the word in plain text “Bitwarden” with the page title of “Bitwarden Web Vault”

Here is the logs when the container starts:

,
FO] No .env file found.,
,
[2021-06-18 11:50:19.785][vaultwarden][INFO] JWT keys don’t exist, checking if OpenSSL is available…,
OpenSSL 1.1.1d 10 Sep 2019,
[2021-06-18 11:50:19.818][vaultwarden][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,
[2021-06-18 11:50:20.194][vaultwarden][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,
Running migration 20201130224000,
Running migration 20201209173101,
Running migration 20210311190243,
Running migration 20210315163412,
[2021-06-18 11:50:20.503][start][INFO] Rocket has launched from http://0.0.0.0:80,

Attached is a screenshot of what I get


This same page appears if I goto my domain

I am using nginx and portainer with the latest version of vault warden arm64 (pi 4, 8GB model)

Any help is much appreciated!

I would check your nginx config, it probably is wrong there, because there is nothing within the code which could produce this output as far as i know.

See: Proxy examples · dani-garcia/vaultwarden Wiki · GitHub

I had the same behaviour. Fixxed it by adding a slash behind the port number at the end of my ProxyPass line in my Apache configuration.

ProxyPass       /                               http://localhost:8001/