I am using Kentico 13 (Experience)
I'm trying to create a site with Kentico 13. I have both the admin and live site running on different domains on my local machine. I have a license key for each domain and am able to browse to the admin section. I am using PageBuilder to add a new page to the content tree. I select the type of "Home" and get the following error:
I have enabled the PageBuilder feature in the live site according to https://docs.xperience.io/developing-websites/page-builder-development
Since I am using different domains, I have also set the <add key="CMSAdminCookiesSameSiteNone" value="true" /> key.
<add key="CMSAdminCookiesSameSiteNone" value="true" />
This appears to be the same issue as posted here, but no one has a resolution. https://devnet.kentico.com/questions/page-builder-error-on-12-0-30
Does anyone know where I am going wrong?
There could be several reasons. I would recommend the other threads discussing this issue you can find them here: thread 1 thread 2 and maybe this article. Plus make sure you are using right protocol - HTTP vs. HTTPS in the Presentation URL.
Please, sign in to be able to submit a new answer.