CORS-Fehler im Embed
Symptom
Access to fetch at 'https://api...' from origin 'https://...' has been blocked by CORS policyUrsache
Der Request ging an die Cabinet-Surface (Allowlist-CORS), nicht an die Embed-Surface (* CORS).
Lösung
- Die Partnerseite muss
/api/v1/embed/*ansprechen, nicht/api/v1/orgs/* - JWT (kein Cookie) — via Authorization: Bearer
- Die Origin der Partnerseite muss in der Allowlist des API-Keys
mk_*stehen