jos2
2
We identified the error in our case. The issue was with the user agent. The wrapper we use to load our Bubble app appended additional information to the user agent, including the device manufacturer. Since the app was running on a Pixel phone, the word ‘Google’ was added to the user agent, which caused an infinite ‘updating the app’ loop/crash. After removing the word ‘Google,’ the error was resolved, and the webpage became accessible again.
Additionally, when we manually added the word ‘Google’ to our web app in the browser, it caused the browser to crash. We also tested this on a Samsung phone, and adding the word ‘Google’ caused the app on that device to crash as well. It seems that Bubble don’t like the word ‘Google’ being present in the user agent.
We also saw that bubble loads modules, javascrip, html, css differently when the word “Google” is used in the user agent, why we don’t know and Bubble doesn’t want to answer this question.
2 Likes