Hi, another day, another problem :sweat_smile: We...
# gooddata-platform
j
Hi, another day, another problem 😅 We are getting CORS error. Gooddata runs on custom domain
<http://gooddata.svc.omnetic.com|gooddata.svc.omnetic.com>
and we need to whitelist
*.<http://omnetic.com|omnetic.com>
domains, how can i proceed please?
✅ 1
j
Hello Jan, Domain admins can manage cors domains via API as mentioned here: https://help.gooddata.com/doc/enterprise/en/expand-your-gooddata-platform/api-reference/#tag/allowed-origins
Let us know if this helps, or if you are still facing issues
j
Thank you, we will try 👍
Sorry for the delay, was a busy day. I am trying with admin account but got this response:
Copy code
{
  "error": {
    "errorClass": "AuthorizationFailedException",
    "trace": "",
    "message": "Can be accessed only by domain admin",
    "component": "Webapp",
    "errorId": "1fea2968-fc33-4225-9db9-5d19c2176e45",
    "errorCode": "gdc.security.authorization",
    "parameters": []
  }
}
i understand the error, but we do not have any domain admin user in our organization,
admin
role is the most 🀔
is it someone from gooddata team?
Screenshot 2023-06-06 at 17.27.31.png
solved, it works now, thank you for your assistance