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
Ken Bowman 15Ken Bowman 15 

Lightning Out after Spring 18 on CS77

Good Morning, Smart Folks!

It seems that our Lightning Out app which is embedded in a Sitecore site has completely stopped working after the application of Spring 18.  Everything worked GREAT(ish) on Friday the 5th Before the update was applied.  Now, I'm getting two Javascript errors when trying to render the app.  (It doesn't even hit our custom code...so, its not our app, and a simple "Hello World" lightning app does the same thing. 

Here's the Chrome dev tools output:

aura_prod.js:formatted:23327 Uncaught TypeError: Cannot read property 'create' of undefined
at a (aura_prod.js:formatted:23327)
at new A.ea.tq (aura_prod.js:formatted:23371)
at new $ (aura_prod.js:formatted:23425)
at new (aura_prod.js:formatted:24285)
at aura_prod.js:formatted:7279
a @ aura_prod.js:formatted:23327
A.ea.tq @ aura_prod.js:formatted:23371
$ @ aura_prod.js:formatted:23425
(anonymous) @ aura_prod.js:formatted:24285
(anonymous) @ aura_prod.js:formatted:7279


lightning.out.delegate.js?v=psg1JKA5EjWqfg8XQIV7lw:133 Uncaught TypeError: Cannot read property 'isEmpty' of undefined
at HTMLScriptElement. (lightning.out.delegate.js?v=psg1JKA5EjWqfg8XQIV7lw:133)


 
NSnyderNSnyder
Hi! This is happening for me as well. Any help would be appreciated! After attempting a simple static lightning out app, I'm getting the same results.
Pramodh KumarPramodh Kumar
I had same problem I found out some of the tags were not working
here is my small suggestion for your case.
If you are using lightning:formattedNumber or any other tags which are in beta try to remove them and use any other equivalent tags that may help


Thanks
Pramodh.