Replies: 1 comment 2 replies
-
You need to enable HTTPS if not using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
Version 1.33.2
Deployment method
Official Container Image
Custom deployment method
we have ussed below commad to created the vaultwardenconatiner
docker run --detach --name vaultwarden_temp \
--env DOMAIN="http://vaultwarden.sify.net"
--env ADMIN_TOKEN='Sify@12345'
--volume "/vaultwarden_temp:/data"
--restart unless-stopped
-p 8081:80
-host:0.0.0.0
vaultwarden/server:latest
Reverse Proxy
NO
Host/Server Operating System
Linux
Operating System Version
"Red Hat Enterprise Linux 7
Clients
Desktop
Client Version
chrome
Steps To Reproduce
Expected Result
We are unable to access the default Vaultwarden page. We have tried accessing it using both Google Chrome and Microsoft Edge, but the page keeps loading indefinitely without displaying any content.
Actual Result
The page keeps loading indefinitely without displaying any content.
Logs
Screenshots or Videos
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions