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
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- OAuth2 Provider is disabled automaticall...
Hi everyone, I'm using self-host Appwrite 1.7.4. I can setup OAuth2 with Google successfully, however the provider is disabled automatically after one day witho...
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...