You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the App Kit SDK, its own background telemetry call (api.circle.com/v1/stablecoinKits/logs) got blocked by CORS policy in the browser — our deployed site's origin wasn't allowlisted. It's a harmless logging call, but it cluttered the console alongside real errors and slowed down our debugging process.
Suggestion: fix the CORS headers on the SDK's telemetry endpoint, or fail this call silently so it doesn't affect developer debugging experience.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Feedback: Circle's own SDK triggers a CORS error
While using the App Kit SDK, its own background telemetry call (api.circle.com/v1/stablecoinKits/logs) got blocked by CORS policy in the browser — our deployed site's origin wasn't allowlisted. It's a harmless logging call, but it cluttered the console alongside real errors and slowed down our debugging process.
Suggestion: fix the CORS headers on the SDK's telemetry endpoint, or fail this call silently so it doesn't affect developer debugging experience.
All reactions