function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ThukkaramThukkaram 

while opening salesforce1 one/one.app, receiving popup: Looks like there is a problem. Aura.loadcomponent(): Failed to initialize application. : No connection to server

Hi,

We are using one/one.app to open salesforce1 from external IOS mobile app and while opening salesforce1 web app, receiving the below popup message:
Looks like there is a problem.
Aura.loadcomponent(): Failed to initialize application.
: No connection to server


Just we are calling a public facing page in a salesforce VF iframe to load as the home screen in salesforce1 web app. Not sure why i am getting this popup message. Please suggest. Thanks!
James LoghryJames Loghry
/one/one.app was replaced with lightning experience as of winter '16.  I have a feeling, this is related to the error you're getting.  Instead, you should stick to using the ios SDK and using the REST APIs for native functionality, or use SF1 actions, lightning components, VF pages instead.