Embedding the Messenger widget in a Next.js app. Getting CORS 403s during SSR. The script tag fires, but the fetch to /api/v2/messaging/conversations fails.
Access to XMLHttpRequest at 'https://api.mypurecloud.com/...' from origin 'http://localhost:3000' has been blocked by CORS policy
Client-side works fine. SSR breaks it. Is the SDK trying to hit the API on the server? How do I force client-only execution without breaking the hydration?