I am trying to set up Sites on my self-hosted Appwrite instance. I have a GitHub Organization with a repo I want access to. I had previously installed the appwrite github app on my personal account, then transferred it to the organization. When I go to Sites > Create site and Connect to GitHub, it brings me to the Organization page > GitHub Apps > appwrite app. I choose the repo I want to access, then hit save, and then get a 500 error saying Error 500 Server Error general_unknown
I've verified the ENV variables for github and they're still the same. Currently there are two callback urls
https://console.domain/v1/vcs/github/callback
and https://console.domain/v1/account/sessions/oauth2/callback/github/console
(domain is not my actual domain)
Unsure what I need to do to fix it, and I've also tried upgrading to the newer 1.7.1 but that did not seem to work.
Any help is appreciated, thank you.
Recommended threads
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...