How long does it take after creating a draft exper...
# announcements
t
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
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
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\?.*$
btw, this could be useful to include in the docs ^