While creating functions using the starter template, the code isn't pushed to the connected repository. These are the logs of the Github App and the one's with error have a 504 status code, and they timeout exactly after 10 seconds. And as the function deployment fails, in Appwrite console the function gets stuck on processing. I tried searching for pricing to figure out if this limit is from GitHub, but unfortunately couldn't find anything as such.
Strangely, it happens only once in a while
@khushbooverma have you seen this before?
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", ...
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- 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...