How long does it take after creating a draft experiment for the preview to be available? (ref: https://docs.growthbook.io/app/visual#qa)
I’m trying to debug if my visual experiment is configured incorrectly, or if I just need to wait for (hosted) growthbook script to kick in
f
future-teacher-7046
09/13/2022, 7:16 PM
If you are using GrowthBook Cloud, it can take up to 10 minutes for visual editor tests to fully roll out to our global CDN.
t
thousands-insurance-50391
09/13/2022, 7:29 PM
Thanks for reply, turns out I had a mistake in my regex. I added the correct targeting url, but did not allow the regex to match a url with
?
character (as a result, the preview would not load)
❌
\/page$
✅
\/page$|\/page\?.*$
thousands-insurance-50391
09/13/2022, 7:29 PM
btw, this could be useful to include in the docs ^