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
DeveloperSudDeveloperSud 

Salesforce flow error : {flowruntime:lwcBody}

Hi Team,
I have salesforce flow embeded inside a visualforce page.I am getting this error when the page is opening.
This page has an error. You might just need to refresh it.
Error during LWC component connect phase: [Failed to initialize a component [Cannot read properties of undefined (reading '$getComponent$')]]
Failing descriptor: {flowruntime:lwcBody}
did any one encounter the same?

SwethaSwetha (Salesforce Developers) 
HI DeveloperSud,
Came across this related question without a solution though https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000GhpqUSAR

I believe you have used Lightning Out to embed the flow in a Visualforce page. If so, the issue you are seeing is related to this known issue https://trailblazer.salesforce.com/issues_view?id=a1p4V000001nnNOQAY 

If this information helps, please mark the answer as best. Thank you