Hey all, can you give some insight on below error:
Clone: too many redirects or authentication replays
This happens at Clone stage for Clone activity inside Update.process.from.code workflow.
Hey all, can you give some insight on below error:
Clone: too many redirects or authentication replays
This happens at Clone stage for Clone activity inside Update.process.from.code workflow.
Could you please verify your repository url, and authentication credentials you are using?
If you try cloning the repo manually, do you face any issue?
this error means the clone activity is stuck in a loop due to repeated redirects or failed authentication; check the target app’s login flow and ensure credentials and url are correct to avoid infinite redirects.
Happy Automation
No issue with manually cloning repo. This is part of Pipeline workflows and I think access is granted based on Integration Service - I’ll double check if that repository should be accessible in there.
This is handled by Integration Service, so I think there’s no way to check that.
ohho then i think you can check for expired tokens or sessions and refresh them if needed. if possible, contact integration service support to troubleshoot the redirects issue.
Happy automation with UiPath
The Access Token property of the activity should be left empty. In this way, Authorization is performed via the OAuth GitHub App from Pipelines Connection.
For debugging you can also set an Access token
obtained from GitHub, but for the deployed Pipeline, it is expected to leave the Access token
argument blank.