Error discussed on discord forum.
My previous token expired, and now creating a new one for EasyPanel, I am getting "Github token is not valid" when trying to save it. I followed the requirements from the docs: https://easypanel.io/docs/code-sources/github.
Tried both classic and fine tuned tokens, same result.
Log shows:
GET /user/repos - 500 with id UNKNOWN in 6ms
Error in tRPC handler on path 'settings.setGithubToken': Error: Github token is not valid
at dw (/app/backend.js:686:82212)
... 8 lines matching cause stack trace ...
at async /app/backend.js:558:10572 {
cause: Error: Github token is not valid
at dw (/app/backend.js:686:82212)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /app/backend.js:691:70440
at async Q7.Yd.middlewares (/app/backend.js:562:12637)
at async _De (/app/backend.js:565:70)
at async _De (/app/backend.js:565:70)
at async _De (/app/backend.js:565:70)
at async _De (/app/backend.js:565:70)
at async t (/app/backend.js:565:407)
at async /app/backend.js:558:10572,
code: 'INTERNAL_SERVER_ERROR',
name: 'TRPCError'
}