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?
Recommended threads
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` โโโ Cre...
- Failed to start containers.
I'm trying to install Appwrite locally but struck on the subject point. There is no clear error in logs.