adikam - hi all - I’ve set up a custom action i...
hi all - I’ve set up a custom action in ThoughtSpot that calls a Vercel-hosted API to generate and download a PowerPoint file. Here's the configuration:
Custom Action URL: https://testakproject.vercel.app/api/generate-ppt CORS Whitelisted Domains: testakproject.vercel.app, vercel.app (added without protocol). Authorization: Bearer token (validated and works). The API works when tested using curl.
However, when triggering the custom action from ThoughtSpot, it fails with a CSP connect-src violation.
How can I resolve this and ensure the action works seamlessly in ThoughtSpot? Am using thoughtspot trial version currently developer edition