Hey all, another potential bug, the URL Targeting ...
# give-feedback
b
Hey all, another potential bug, the URL Targeting in the visual editor is causing issues, e.g. if you set the URL Targeting to
<https://www.example.com/>
accessing the
<https://www.example.com/abc123>
sub page will also still trigger the experiment. & it is not an SPA page, it's a next.js SSR page! so the
window.location.href
is accurate
If anyone can help please. Still do not know how URL Targeting work in visual editor experiments!
@fresh-football-47124 @future-teacher-7046
f
you need to add a end regex - so https://www.example.com/$
👀 1
can you give that a try?
b
Thanks a lot @fresh-football-47124 ❤️ That works nicely! Any idea why the experiment is not running when I navigate to the target page with Next.js? I do have the
window.growthbook.refresh()
implemented nicely on route changes 👀
f
@future-teacher-7046 any ideas?
👀 1