mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 17:55:58 +03:00
[GH-ISSUE #2283] Diagnostics page "admin/diagnostics" in webvault not displayed if resolv.conf contains invalid values #1210
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IchSchreiGleich on GitHub (Feb 1, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2283
Subject of the issue
The diagnostic page of an admin login is not displayed if an invalid option is included in resolv.conf
Deployment environment
Steps to reproduce
Add a invalid line to resolve.conf like "option xxx_yyy"
Expected behaviour
Instead of not displaying the diagnostic page at all, only the corresponding part of the page should be marked as "not evaluable".
Actual behaviour
Diagnostic page is not displayed
Troubleshooting data
https://github.com/dani-garcia/bw_web_builds/issues/60#issuecomment-1026618578
@BlackDex commented on GitHub (Feb 1, 2022):
Confirmed
@BlackDex commented on GitHub (Feb 22, 2022):
Small update, i have a working fix for this in the async branch locally on my system. I that should solve the panic at least.