I just created a duplicate of my project to have a "staging" environment. So I basically kept my appwrite.json, inited new project and pushed all. I can call my function just fine but then when I go to executions and want to see the logs of a specific execution, the whole website freezes. I can't click anything anymore, only once I refresh. I checked the browser console and see this error. This makes it impossible for me to debug what's going wrong with my function. 😞
Recommended threads
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...