Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: grr serve -w don't works #552

Open
rsotolongo opened this issue Jan 8, 2025 · 0 comments
Open

[Bug]: grr serve -w don't works #552

rsotolongo opened this issue Jan 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rsotolongo
Copy link

rsotolongo commented Jan 8, 2025

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

  1. cat /root/resources/test.json
Image
  1. grr serve -w /root/resources -l debug

  2. Navigate to http://localhost:8080

Image
  1. Modify /root/resources/test.json

  2. cat /root/resources/test.json

Image
  1. Refresh http://localhost:8080
Image

Please check the logs:

Image
@rsotolongo rsotolongo added the bug Something isn't working label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant