Frequently asked questions and errors
This section describes some of the most common issues that can arise when integrating the Web SDK.
Turbopack Compatibility
Using the Bundle Version
import { defineCustomElements } from '@facephi/sdk-web-wc/bundle';// global.d.ts
declare module '@facephi/sdk-web-wc/bundle';import type { ErrorData, SelphiWidgetLoadedEvent, SelphiExtractionFinishEvent } from '@facephi/sdk-web-wc';<facephi-sdk-provider
type={'ONBOARDING'} // en lugar de TypeFamily.onboarding
language={'en'} // en lugar de Language.en
>Example (Implementation in Next.js 16)
Compatibility with React and Angular Wrappers
Incorrect APIKEY Integration
1. Web Configuration Error
2. Component Configuration Error
Last updated