v1.5.4 rc:404 when trying to ‘Add Installation’ in Settings-> Git Configuration
- 0
- Self Hosted
- Functions

I watched the 20 minute video and I read through the 2 other threads about getting 404 errors with git but my problem seems to be a little different.
- I’ve got both callback urls configured and in the correct order
- Request user authentication is checked
- Redirect on update is checked
- My RSA key is all one line with \n and enclosed in double quotes
- My app name is correct
- My webhook secret is correct
- My permissions are set correctly
The only thing I can think of that might be different about my installation is that I’m not running appwrite on port 443. It’s on port 34443. Does the port need to be included in the _APP_DOMAIN_TARGET ? The doc says it should be a CNAME so I didn’t include it…
The URL that’s generating the 404 is:
https://github.com/apps/my-apps-name/installations/new/permissions?target_id=165401593
Recommended threads
- URL attribute in "processing" state
Good day everyone! I just started learning React/Vite. In my current database right now I have these 4 attributes, and the URL attributes seems to still be in ...
- Mariadb keeps Restarting / Fails to init...
Ive just setup Appwrite on my docker compose host using the supplied Docker compose commands. My issue is that the mariadb container keeps restarting and fails...
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}]) This code al...
