Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
I’m new to Optimizely SaaS and currently facing the same issue. Could you please share how you resolved it? I’ve created two applications, one for each site, each pointing to its respective Vercel domain. However, when I load Domain 2, the content from Domain 1 appears in the Vercel URL, even though the CMS Visual Builder displays the correct content.
Check if both your sites are sending the same host header/url to Graph.
The on-page edit modes and similar typically use the SiteID instead of other host information.
    
    
    
Hello All,
I am trying to create a multi site setup in SaaS and test it against the vercel optimizely starter project.
I can create the secondary site and assigned new home page. Created application to map it to a separate port. When I run my code and launch site 1 and site 2, in the Saas instance (Visual builder and onpage edit) I can see correct content being loaded.
However my front end side loads same content (site 1 coontent ) on port 3000 and 3001. Need help in understanding the changes to show appropriate content when running the sites. If any one has gone through this already and can share the setup process that would be great.