Hey Developers, I hope you are all doing well. Last day I setup Appwrite on my server and since then I am trying to connect my Appwrite Instance with GitHub account but All in vain.
I have followed all the instructions listed here https://appwrite.io/docs/advanced/self-hosting/functions. It allows me to install app but when after installation my app tries to redirect back to Appwrite console it shows an error page saying ERROR 500.
Your valuable suggestions are welcome.
Server Info: Ubuntu 22.04 Appwrite installed behind NGINX proxy using Cloud Panel. Appwrite instance is running on a non standard port SSL is generated by Let's encrypt.
Recommended threads
- How can I get the Google Avatar of the u...
How can I get the Google Avatar of the user that signed in with Google?
- Function Go module undefined
Attached image, why module is undefine, also when I'm running `appwrite run function`, it still undefine, why?
- Cannot use createdBefore query on bulk d...
sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas...