You need to sign in to do that
Don't have an account?
Dhiliban Thangavel 6
Hello,
I am trying to add lightning app into visualforce page. As per the below link i added the Lightning component into visualfore page. But getting the below erorr. Added code also below. Plese provide some suggestions. Thanks in advance.
https://developer.salesforce.com/docs/atlas.en-us.198.0.lightning.meta/lightning/components_visualforce.htm
Integrate lightning app into Visualforce page.
Hello,
I am trying to add lightning app into visualforce page. As per the below link i added the Lightning component into visualfore page. But getting the below erorr. Added code also below. Plese provide some suggestions. Thanks in advance.
https://developer.salesforce.com/docs/atlas.en-us.198.0.lightning.meta/lightning/components_visualforce.htm
If that's not it, perhaps you could post the actual text of the error message, since it's impossible to read in the screenshot.
All Answers
If that's not it, perhaps you could post the actual text of the error message, since it's impossible to read in the screenshot.
Thank you so much. Yes, still the org is not updated with Winter'16 feature.
This is KKTestApp1.app -- This is KKTestLightningContainer.vfp --
I tried including our domain "hmhco:KKTestApp1", leaving it out "KKTestApp1", and just "c" as in the example "c:KKTestApp1".
I'm my firebug console, I get 404 error on the URL --
https://hmhco--sb2.cs42.my.salesforce.com/hmhco/KKTestApp1.app?aura.format=JSON&aura.formatAdapter=LIGHTNING_OUT
or --
https://hmhco--sb2.cs42.my.salesforce.com/c/KKTestApp1.app?aura.format=JSON&aura.formatAdapter=LIGHTNING_OUT"
or --
https://hmhco--sb2.cs42.my.salesforce.com/KKTestApp1/undefined.app?aura.format=JSON&aura.formatAdapter=LIGHTNING_OUT"
Maybe I need a different prefix.
Maybe there is some global setting to turn something on and make it available.
I'm working for these instructions -- https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_visualforce.htm
There's no additional info on anything that has to be done.