How to resolve cors policy error?
Access to XMLHttpRequest at 'https://interviewanalyzer-romman user-input:12. replit.app/api/voice-transcription/' from origin https://app.insightio.ai' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Getting cors error when data volume is larger. I am using a whisper transcription API wrapped in django, but when the data is huge the app gibes a cors issue. Frontend is deployed on vercel and backend is in django on replit.