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
- Appwrite 1.9 Local Console Login Issue A...
I've installed Appwrite 1.9 locally through the web wizard. When I try to log in to the console, I get the following. Any suggestion?
- > [Bug] Infinite loading on Auth /securi...
Hello everyone! 👋 I need some help with an issue I'm facing after a recent upgrade. **Context:** I just upgraded my Appwrite instance from version **1.8.1**...
- Relationship data Not showing on update ...
Version : 1.9.0 OS/System : Windows10/Docker Database : MongoDB Clean Zero Installation The first thing I did in the testing process was create a category and...