After following the step-by-step instructions in the documentation https://appwrite.io/docs/advanced/self-hosting/functions and configuring the repository in the project within the Appwrite platform that is installed on a VPS. The following problem occurs:
{"message":"Not Found","code":404,"type":"user_oauth2_provider_error","version":"1.5.10"}
However, changing the order of the callback in the app settings completes it successfully. However, it asks again for the configuration of a Git provider.
Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...