when i am trying to connect a self hosted (through docker compose) appwrite to github and after completing all the steps, when i try to authorize the app with my githup account , i got redirected to my URL but i got this msg "{"message":"Server Error","code":500,"type":"general_unknown","version":"1.6.0"}" if i tried to refresh the page again i got "{"message":"Bad credentials: No description","code":401,"type":"user_oauth2_unauthorized","version":"1.6.0"} " what do you think ?
Recommended threads
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...