diff --git a/v2/internal/runtime/store.go b/v2/internal/runtime/store.go index 9c603bb21..78d2e85c1 100644 --- a/v2/internal/runtime/store.go +++ b/v2/internal/runtime/store.go @@ -146,9 +146,13 @@ func (s *Store) setupListener() { // Resetting the curent data will resync s.resync() }) + + // Do initial resync + s.resync() } func (s *Store) resync() { + // Stringify data newdata, err := json.Marshal(s.data.Interface()) if err != nil {