I can't use my private GitLab repo link
I have a private GitLab repo link simillar to the following:
[email protected]:username/folder-1/folder-2/my-scraper.git
The page showing that "Git URL is not valid".
How can we solve that?
8 Replies
united-yellow•15mo ago
Hi,
Did you add "deploy key" to your repo ?
You can find more info here:
https://docs.apify.com/platform/actors/development/deployment/source-types#private-repositories
also check tutorial video:
https://youtu.be/NEzT_p_RE1Q
crude-lavenderOP•15mo ago
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.
@Oleg V.
united-yellow•15mo ago
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.
crude-lavenderOP•15mo ago
[email protected]:yir-private/apify-paid-actors/weather-scraper.git
https://console.apify.com/actors/WjkdFhrXlyE5nmpcN/
united-yellow•15mo ago
Thanks. Will pass it to our team.
Will get back to You, once I have the answer
crude-lavenderOP•15mo ago
@Oleg V. Any update on this?
united-yellow•15mo ago
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
[email protected]:epctex/apify#master:store/dnb-scraper
) -> the folder should go after :
crude-lavenderOP•15mo ago
Hey, thank you!