Cannot generate netrc

Hello,
my pipeline did work a few month ago when I used it. I’m back today and it does not works properly (probably linked to an automatic update of my containers?). I do not know what is wrong.
The CLI runner logs say

level=error msg="cannot get stage details" error="cannot load client with client id: \"\"" stage.id=2 stage.name=default stage.number=1 thread=1

While the drone logs says

warning error=cannot load client with client id: "" msg=manager: cannot generate netrc repo.id=1 repo.name=XXX/YYYYY

Drone app see the new commit, pipeline start and hang.
The client ID is always empty, I guess that might be a good indicator but i to not know how to debug furthermore
any ideas ?

for futur lurker :
In my drone config the url was http instead of https
- DRONE_GITEA_SERVER= https://gitea.mydomain.com
did resovled it…
it was working with http before a drone update.