Issue about page building

Arif uzzaman asked on April 15, 2021 14:28

Hi Guys, I am having issues with the page builder. When I enable page builder (via page types), I can't load the page in pages app. It always gives me below:

"Failed to load resource: the server responded with a status of 403 (Forbidden)"

I enabled cors in my admin site as well as my cms site. Please help me


Recent Answers


Nikhila Reddy Pocha answered on April 16, 2021 22:26

Hi Arif,

You need to make sure your live site and admin both having resource sharing enable and running using same https protocol. For example if your are using admin on https then you mvc site also running on https bindings.

Additionally you need to ensure you initializing page builder properly on respective page type using

HttpContext.Kentico().PageBuilder().Initialize(page.DocumentID);

Thanks

2 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.