You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
BloodHound won't start and instead displays a blank white screen when using a symlinked config.json.
This bug impacts any system that is using a config manager which uses symbolic links to reference configuration files.
To Reproduce
Steps to reproduce the behavior:
create symbolic link at ~/.config/bloodhound/config.json which points to different location
start BloodHound.
Get a white screen
Expected behavior
BloudHound should be able to follow the symlink and read and parse the configuration file config.json
Screenshots
Additional context
If you try to remove the symlink BloodHound starts normally.
The text was updated successfully, but these errors were encountered:
Describe the bug
BloodHound won't start and instead displays a blank white screen when using a symlinked
config.json
.This bug impacts any system that is using a config manager which uses symbolic links to reference configuration files.
To Reproduce
Steps to reproduce the behavior:
~/.config/bloodhound/config.json
which points to different locationExpected behavior
BloudHound should be able to follow the symlink and read and parse the configuration file
config.json
Screenshots
Additional context
If you try to remove the symlink BloodHound starts normally.
The text was updated successfully, but these errors were encountered: