Rank 1: Thread
Hi I have an appwrite instance hosted where I am trying to connect the Github app that is setup following the documentation to get the github snyced function deployment running.
When I am trying to install & authorise the Github App the callback takes me to a 404 page (see the provided screenshot) and an error is thrown in the appwrite container docker logs (see the second screenshot).
The response header includes https://localhost for the access-control-allow-origin. Might be related to my issue - I am running appwrite with the pretty much default traefik setup (just added some labels to try fix the issue) provided by the installations script behind a Caddy instance that reverse proxies the traffic to traefik. I included some header pass-through config to keep the headers intact but might have missed something there, if the issue is related to authentication/cookies or something.
**The Redirect URL is the following (with some redacted parts): **
https://my-subdomain.my-domain.de/v1/vcs/github/callback?code=&installation_id=&setup_action=install&state=%7B%22projectId%22%3A%%22%2C%22success%22%3A%22https%3A%5C%2F%5C%2Fmy-subdomain.my-domain.de%5C%2Fconsole%5C%2Fproject-6536954f3502aaa8176e%5C%2Ffunctions%22%2C%22failure%22%3A%22https%3A%5C%2F%5C%2Fmy-subdomain.my-domain.de%5C%2Fconsole%5C%2Fproject-6536954f3502aaa8176e%5C%2Ffunctions%22%7D
Looking forward to some insight before I am digging deeper trying to more or less trial and error this one 😂