average-motorcycle-18809
07/22/2024, 9:03 PMconst redirectPath = useFeature("a-b-test-redirect").value;
// in useEffect
if (redirectPath) router.push(redirectPath)
My understanding from the documentation would be “not really,” the first page is loaded, and then if a URL Redirect Test is live, the experiment assignment + re-route (if needed) occurs; so, users would need to be aware of any potential side effects from the default page.
Is that correct?fresh-football-47124
fresh-football-47124
average-motorcycle-18809
07/23/2024, 3:44 PMaverage-motorcycle-18809
07/23/2024, 3:44 PM