Hey everyone, I’ve run into a really strange issue with the Genesys Web Messaging SDK in a React Next.js app.
The widget fails to load during SSR with a CORS 403 error on the /api/v2/webmessaging/visitors endpoint.
- Verified the OAuth token is valid.
- Checked CORS settings in Admin.
Is there a specific header missing for Next.js? Need the correct SDK initialization snippet.