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
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...