I have configured and hosted an instance of Appwrite on my own server, all features are working correctly, but I would like to test the functions. I followed the documentation and configured a Github application, changed the vars on my server and when I went to test, connecting to GIthub didn't work well.
Right now, when trying to create a function in one of my projects, when I need to connect to Github, I am redirected to the image page and nothing else happens.
Can someone help me?
How to configure and use the functions in self-hosted Appwrite?
Are the callback URLs in GitHub the same order as the docs?
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...