So our app is hosted on '
https://cuba-stage-dev.web.app/' - here.
When we open the link, it'll check if I'm a logged in user or not & based on that it'll redirect to either '
https://cuba-stage-dev.web.app/home' or '
https://cuba-stage-dev.web.app/login'.
But if we directly open '
https://cuba-stage-dev.web.app/home' , it'll throw 'Page not found' error.
So the problem is that if I set the actual url in growthbook & try to open the visual editor, it'll redirect to '/home' & the visual editor won't open.
But we can't open '/home' directly as it'll throw error.
Is there any option to launch the visual editor from the extension? So that it'll check if the url is there in the growthbook & if it matches, we can launch the visual editor.