So I faced an issue today that I don’t see documented here.
Was getting white screen and no errors in the console. Was not a dependecy problem as I didn’t add any news one that were not already working.
Turns out… and not sure how it happen. I checked my capacitor.config.json
and it had added an entry for server to a local IP. This was causing a time out as the device didn’t always have the same IP on my local network. FOOLED me during dev. Didn’t catch this until it went live.