made it 400 seconds
everythings stuck
has that 21:36 one failed yet?
also, instead of passing e to res.json() would you please do e.toString() and then return?
its stuck
it's still processing?
apparently yes
did you refresh the page?
36 one shows
failed
time out
trying to run this simple code no api requests
hey hey hey
somethings working
trigerred from an event
should i try adding api request back?
sure. just make sure to do e.toString()
π₯Ή
thankyou @Steven @Christy Jacob
means alot
[SOLVED] Operation timed out when executing function
Recommended threads
- I can't share code between functions
Operating System: MacOS Appwrite Version: self-hosted 1.8.1 Appwrite CLI Version: 13.2.1 I want to split code up to share it between my functions. At the momen...
- Need help to create a wrapper which let ...
Iβm looking for help setting up Appwrite properly on a VPS so I can build a self-hosting wrapper around it. The goal is to provide a Linux executable that allow...
- Function failing with no real explainati...
β¨```js import {Client, ID, Messaging} from 'node-appwrite'; export default async ({req, res, log, error}) => { if (req.method !== 'GET') return res...