Last updated:
This article provides typical error patterns as well as guidance on how to analyze and resolve common issues.
Check the following:
embedId or formDefinition set?Check the following:
embedId correct?srcUrl set correctly?dataUrl, formappUrl or designUrl point to the right endpoints?Check the following:
skipThemeLoad and skipTemplatesLoad set only if you are actually bundling these assets yourself?themeDir and theme or the explicit asset URLs fully configured?The SDK is restart-based. Many configuration values take effect only on initialisation.
Check the following:
embedId staying stable if handovers between instances are required?If the same embedId is mounted multiple times, the SDK will force stricter conflict behaviour than the legacy path.
Check the following:
embedId already active on another element?conflictBehavior be set to 'stop-existing' for your use case?stop() or unmount() being correctly awaited before a re-mount?