@Pakic
This seems to be a bigger issue. It seems to not load the Body content correctly, which can be seen in the Source code tab of the dev tools:
Screenshot of the Elements tab:
Here the whole DOM is correctly displayed (rendered page).
But when viewing the source code tab, only the head and the site custom code of the is loaded here. The rest of the DOM in the Body tag is missing:
I was working on a project and wasn’t able to get an element by ID on the published because of this. When exporting the code everything works normal.
Here are the console logs: (you can ignore the menu id stuff - I haven’t set this up yet - but the gsap stuff is caused by this.)
This seems to be a clear bug. Could you prioritize this?