White screen in published site

Hello all,
When I publish my website I see just a white screen in Google Chrome. I tried to clean website storage, allow cookies, open in Incognito - nothing worked. In Microsoft Edge it displays properly. What can cause this behavior?

Thank you!


Here is my site Read-Only: (Webflow - Saimantics)
page “Future Home”

Still experince this issue. Please help! :cry:

with what @olivkadesign ? Your home page has no content so that is why is empty!

page “Future Home”, I wrote it in the topic :slight_smile:

hi @olivkadesign you need to solve your ERROR TypeError: null is not an object (evaluating 'e.dispatchEvent') first.

You should debug your app. Start with disabling custom code in page setting (injecting <script> tag and source) and if you have any in project setting to see what will happen. If this doesn’t help than dive deep . :man_shrugging:

BTW your function in injected script should have error msg on catch and not only comment //do nothing :woozy_face:

Thank you. I will explore it!