I have a cached collection. When my page loads, I fetch the collection in a workflow.
On staging, that network request looks like
https://<my-project-uuid>.weweb-preview.io/ww/cms_data_sets/<collection-uuid>/fetch
On production, that network request is different.
Are these cached datasets separate and independent ?
If so, how does the Sync all the collection
webhook relate to each?
When that webhook fires, does it update the cache in staging and production, separately ( but at the ~same time)?