Hi Everyone,
I’m aware there are some of the posts available for this topic. But no resolutions matched
I was successfully able to execute access_token request https://cloud.uipath.com/identity_/connect/token
But facing the below error, when tried to access to request endpoint(https://cloud.uipath.com/xxx/xxx/orchestrator_/odata/Buckets(xxx)/UiPath.Server.Configuration.OData.GetWriteUri?path=test.txt) from client side JS.
from origin ‘http://localhost:3000’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Tried heroku proxy url, But i’m not sure it will introduce any security risk. Please help.