easypanel-io / community

Modern server control panel powered by Docker
https://easypanel.io
51 stars 4 forks source link

Error: "Cannot access repository" when setting up an app #49

Closed valchx closed 2 years ago

valchx commented 2 years ago

Hi, I'm trying to setup easypanel on my server and I'm getting an error when I try to save the "source". (see img)

image (obviously I use the correct names for the github owner and repo, I also tried other repos)

It's running on a ubuntu server hosted by Vultr.

Has anyone experienced this, am I missing some configuration ?

The network tab in the web browser doesnt have any additional info.

Things I tried:

Ponkhy commented 2 years ago

Hey, just to make sure, it should look something like this for you too, right?

Example

valchx commented 2 years ago

@Ponkhy Yes,

image

valchx commented 2 years ago

Can I retrieve some logs to get a more descriptive assessment of the error ?

deiucanta commented 2 years ago

This seems very improbable, but I don't know what else could be. Can you check that the account you issued the token for, has access to the repo you're trying to connect?

Can I retrieve some logs to get a more descriptive assessment of the error?

You could run docker service logs easypanel but I doubt you will find additional info there.

valchx commented 2 years ago

Can you check that the account you issued the token for, has access to the repo you're trying to connect?

Yea it's my own account and repo, so it should be okay.

The only output I get from the logs of the easypanel container is : > Ready on http://localhost:3000

deiucanta commented 2 years ago

Try to connect to a public repository and let me know if it works.

valchx commented 2 years ago

@deiucanta I got it to work, it was my mistake and lack of attention.

I just picked the wrong branch, by default it's "main". Using the correct one fixed it.

Thanks for your help