When you see the "A problem repeatedly occurred on..." message on certain iPhones when accessing a published Webflow site, it usually points to serious browser-rendering or script execution issues.
Here’s how to systematically troubleshoot it:
or Inside in Webflow, syntax errors (like missing braces, typo in scripts) can crash mobile Safari silently.
The "A problem repeatedly occurred on..." message usually happens when heavy animations, scripts, large DOMs, or third-party embeds break mobile Safari’s memory or rendering capabilities. To solve it, audit the page structure, disable external scripts temporarily, optimize assets, and clean up complex animations. Always check the Console tab in Safari’s DevTools for hidden errors causing the issue.