Dashboard CORS errors - Assistants and Logs tabs b...
# support
a
Hi Vapi team, I'm experiencing a critical issue with the dashboard. The Assistants and Logs tabs show "Something went wrong. This incident has been reported." on multiple devices and multiple accounts. From DevTools I can see CORS errors: Access to fetch at 'https://api.vapi.ai/assistant' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present Access to fetch at 'https://api.vapi.ai/squad' blocked by CORS policy Access to fetch at 'https://api.vapi.ai/org/{id}/auth' blocked by CORS policy Details: - Org ID: 0cf3a46a-42f5-483e-a587-45ee2bdb92a0 - Reproducible on multiple devices and multiple accounts - API key works fine via curl (returns 200), issue is dashboard-only - Tried: clearing cookies, incognito, Safari, Chrome — same error everywhere Please advise. Thank you.
c
Hey Alexender, Thanks for confirming all those errors. You're right, this is a known issue on our end affecting the dashboard right now. We're actively working on a fix.
In the meantime, you can manage your assistants via the API to keep your production running. The relevant endpoints are: •
GET https://api.vapi.ai/assistant
(list assistants) •
PATCH https://api.vapi.ai/assistant/{id}
(update) •
POST https://api.vapi.ai/call
(make calls)
Full API docs: [https://docs.vapi.ai/api-reference](https://docs.vapi.ai/api-reference) We'll update you as soon as the dashboard is back to normal.
Hey, [dashboard.vapi.ai](http://dashboard.vapi.ai) is working now. Could you please check and let me know if everything is working correctly on your end? Kind regards, Akash