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
Once Grizzly Server started (grr serve -w ...) and a file on disk within the directory identified is changed, the dashboard SHOULD be reloaded (refreshed at least).
Grizzly Version
2025/01/08 19:14:04 grr version aaf77a3
Expected Behavior
Once Grizzly Server started (
grr serve -w ...
) and a file on disk within the directory identified is changed, the dashboard SHOULD be reloaded (refreshed at least).Actual Behavior
Dashboard remains unchanged.
Steps to Reproduce
cat /root/resources/test.json
grr serve -w /root/resources -l debug
Navigate to http://localhost:8080
Modify /root/resources/test.json
cat /root/resources/test.json
Please check the logs:
The text was updated successfully, but these errors were encountered: