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
- [1.9.5] Google OAuth do not work anymore
After migrating to 1.8.1 to 1.9.0 then 1.9.5 and login through Google I get on Flutter app "Missing redirect URL" "Your OAuth login flow is missing a proper re...
- Fatal error: Allowed memory size of 5368...
Hi how solved it worker-messaging infinite reload ` Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes) in /usr/src/co...
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...