• Katrien Kauffmann
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi all!

I've build a flow which references an aura component (used to display data in a structured way in the flow). The flow was tested succesfully in our development sandbox.

Both the flow and the aura component were deployed to UAT through change sets.

After deployment, the flow throws an error for all users (except the system admin) when executing the step with the aura component. 

Error message:
moduleapi.interaction.FlowExtensionServiceException: Error defining componentflexipage.common.impl.api.component.designtimeinfo.DesignTimeComponentInfoAuraLazyImpl@7856b1e9

We have now manually deleted the screen components in the flow that reference the aura components and manually rebuild them in exactly the same way. The error no longer appears.

Does anyone have any experience with this type of error and how to avoid it? I would love to avoid the time consuming manual workaround.