Skip to main content

It’s been several month since I tried to get metecho running (on docker), so I decided to give it a try again. Started completely from scratch and I hit the same problem:

 

> We couldn’t find any Projects you have access to on GitHub. Confirm that you are logged into the correct account or contact an admin on GitHub.

 

And when I click “Create Project”, I get:

 

> You are not a member of any GitHub Organization with permissions to create new Projects on Metecho. Confirm that you are logged into the correct account or contact an admin on GitHub.

 

Metecho is able to auth to github. But for some reason it seems that it can’t read or write projects. I can see in the logs that it’s making gh api calls

 

method=GET path=/api/projects/ status=200

To my knowledge, I've set the gh app permissions per instructions and populated the .env file with appropriate values.

 

No errors in the console output. Anyone have any suggestions for me?

8 respostas
  1. 22 de mai. de 2023, 13:02

    I worked with Jeremy on this issue on Friday. It turned out that an extra \n in the DOCKER_GITHUB_APP_KEY was causing the issue with GitHub authentication.

0/9000