Apify Discord Mirror

Updated 5 months ago

I can't use my private GitLab repo link

At a glance

The community member has a private GitLab repo link that is not being accepted by the Apify platform, showing the error "Git URL is not valid". The community members discuss potential solutions, such as adding a "deploy key" to the repo and checking the format of the URL. One community member suggests that the issue may be due to the nested folders in the repo URL, and provides an example of a different format that may work. The community members continue to troubleshoot the issue, with one member providing their exact GitLab URL and a link to their Apify actor, and another member eventually identifying the problem as the use of two slashes in the URL, which is no longer allowed. The solution provided is to use a different format for the URL, with the folder name coming after the colon.

Useful resources
I have a private GitLab repo link simillar to the following:
git@gitlab.com:username/folder-1/folder-2/my-scraper.git
The page showing that "Git URL is not valid".
How can we solve that?
O
Y
11 comments
Hi,
Did you add "deploy key" to your repo ?
Hi,
I added the deployment key. It's about the Git URL that is not valid by Apify Console. It was valid before. As you can see in the example, the repo my-scraper is nested into folders "folder-1" and "folder-2" (called groups and subgroups on GitLab). This link is supposed to work as it was before.
Can You share with me your exact gitlab url, you are trying to use.
I will check it. Maybe it's some bug on the platform side.

Maybe link to your actor on the platform would be useful too, so I can report it to our team.
You can send it in private message.
git@gitlab.com:yir-private/apify-paid-actors/weather-scraper.git
https://console.apify.com/actors/WjkdFhrXlyE5nmpcN/
Thanks. Will pass it to our team.
Will get back to You, once I have the answer
Any update on this?
Hey, sorry for late response.

The problem with the url is the 2 slashes. it is not allowed, It was disabled last month.

The url should have different format (smt like this git@gitlab.com:epctex/apify#master:store/dnb-scraper) -> the folder should go after :
Hey, thank you!
Add a reply
Sign up and join the conversation on Discord