WeBlog icon indicating copy to clipboard operation
WeBlog copied to clipboard

Site resolving to "Website" in Experience Editor

Open kirkmor opened this issue 4 years ago • 1 comments

Hi,

Working in a multisite environment and want to add a new Post Entry using the chunk "Weblog" and "New Entry" the new blog entry will be created correctly, it seems like the "sc_site" query is removed and the site will be resolved as "website" and not the specific site.

br

kirkmor avatar Oct 04 '21 06:10 kirkmor

Hi @kirkmor,

The sc_site query string parameter is sticky. You don't need to have it present in the URL on every request. It only needs to be provided when switching between sites. How are you launching Experience Editor? If I'm using the Content Editor, and navigate to an item in the 2nd site (called "mysite") then on the ribbon select the "Publish" tab and then click "Experience Editor" my 2nd site is resolved correctly:

image

If I create a new post using the ribbon (or execute any other action) the sc_site query string parameter is removed but the site context is still mysite:

image

adeneys avatar Oct 11 '21 22:10 adeneys