When trying to add a git installation I get: Error 500 Server Error, Type general unknown
I'm using ngrok to provide a url so my domain variables look like this: _APP_DOMAIN=bc6e-2600-100f-b1a3-508f-f93e-12f9-5311-4e31.ngrok-free.app _APP_DOMAIN_FUNCTIONS=bc6e-2600-100f-b1a3-508f-f93e-12f9-5311-4e31.ngrok-free.app _APP_DOMAIN_TARGET=bc6e-2600-100f-b1a3-508f-f93e-12f9-5311-4e31.ngrok-free.app
I copied over the client secret, webhook secret, and private key. I cleaned up the private key so that there aren't any whitespaces and I replaced them with /n.
What exactly are you trying to accomplish? Is this for Github OAuth?
I need some more context to figure out what you're trying to accomlish
Why an OAuth app for functions?
Recommended threads
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...