Web Developer
Hello,
I have just upgraded on a self-hosted 1.8.1 to 1.9.0 and I have a strange bug where my functions are no longer showing executions in the console, however they are still running as I get proper responses when triggering them from a client but not from the console.
After running the upgrade command I tried the following steps to fix this:
- I ran docker compose up -d --force-recreate to make sure my containers are new.
- Updated the appwrite npm package and the cli and the appwrite-node for my functions
- I deleted my function and created a new deployment with a new url for a simple function that logs the ip of whoever connects to it.
- Tested it and got a proper response
- Checked the executions and found no logs.
- Modified the deployment text to verify that I am connected to the right function.
Something else I noticed is when I manually create an execution the log shows up but never resolves. With no errors.
Any idea on what else I could try?