-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Seems no matter how I use the new react-elements in my nextJs app I always seem to hit
BasisTheoryApiError: The API is unreachable. Please check your connection or try again later.
I have updated my CSP policies following the guide.
const { bt } = useBasisTheory(basisTheoryApiKey, { // _devMode: true, // useSameOriginApi: true, // disableTelemetry: false, });
Tried to useSameOriginApi.
i believe it is coming from the iFrame when the postMessage occurs. Can you help explain what I can do to get this to work locally or should I revert to the old basis-theory-react package which was working.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels