File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const authConfig: UiPathSDKConfig = {
1212 clientId : import . meta. env . VITE_UIPATH_CLIENT_ID || 'your-client-id' ,
1313 orgName : import . meta. env . VITE_UIPATH_ORG_NAME || 'your-organization' ,
1414 tenantName : import . meta. env . VITE_UIPATH_TENANT_NAME || 'your-tenant' ,
15- baseUrl : window . location . origin ,
15+ baseUrl : 'https://staging.api.uipath.com' ,
1616 redirectUri : window . location . origin + window . location . pathname ,
1717 scope : import . meta. env . VITE_UIPATH_SCOPE || 'offline_access' ,
1818} ;
Original file line number Diff line number Diff line change @@ -15,15 +15,5 @@ export default defineConfig({
1515 optimizeDeps : {
1616 include : [ '@uipath/uipath-typescript' ] ,
1717 } ,
18- server : {
19- proxy : {
20- // Replace '/your-org' with your actual organization
21- '/your-org' : {
22- target : 'https://cloud.uipath.com' ,
23- changeOrigin : true ,
24- secure : true ,
25- } ,
26- } ,
27- } ,
2818 base : './' ,
2919} )
You can’t perform that action at this time.
0 commit comments