I am not able to view my app on Bubble Go. After I log in, the different apps I’m working on appear in a list, I select one, then hit the test button (which is my only option) then a blank white screen loads. This same thing happens to each different project I try to test. Could someone please help me!
Hi Dean! I’ve seen this happen before, sometimes it’s related to caching or app settings. A few things you can try:
- Clear your browser cache or try logging in from an incognito/private window.
- Make sure your app’s live/test version is published and has no errors preventing it from loading.
- Check the console in your browser dev tools (F12 → Console) when the white screen appears — often there are error messages pointing to the issue.
- Ensure your app’s responsive settings aren’t hiding all elements on small screens (common with Bubble Go view).
If none of these work, try restarting the Bubble Go app or reinstalling it, and see if a different network helps.
I’ve dealt with this exact issue before. The white screen on Bubble Go is usually related to one of these:
Quick fixes to try first:
-
Force close and reopen the Bubble Go app completely
-
Check if your app’s live version is actually published (not just the test version)
-
Make sure you’re selecting the correct version when you hit “test”
If those don’t work:
The issue is often related to navigation workflows or conditional visibility settings that work fine on web but break on mobile. Check if you have any “when page is loaded” workflows that might be failing silently on mobile.
Also, if you’re using custom code or plugins, some of them don’t work properly in the native wrapper. You can test this by creating a simple blank page with just text - if that loads, then it’s something specific to your app’s elements or workflows.
@connect10’s suggestion about checking the browser console is solid, but on Bubble Go you’ll need to use Safari’s Web Inspector (if on iOS) or Chrome DevTools (if on Android) to see what’s actually failing.
Happy to look at specific workflows if you want to share screenshots of your page setup.