Last updated:
This article provides typical error patterns as well as guidance on how to analyze and resolve common issues.
Check the following:
embedId correct?srcUrl set correctly?remountKey being correctly incremented for configuration changes?Check the following:
skipThemeLoad and skipTemplatesLoad only set if you are actually bundling the resources yourself?The React component is restart-based. Many props only take effect on initialisation.
Check the following:
Use onError and optionally debug to make errors visible earlier:
If the same embedId is used multiple times, this can lead to conflicts between existing instances and new instances.
Check the following:
embedId being mounted simultaneously in several places?conflictBehavior match your use case?embedId staying stable and is remountKey being changed instead?