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?
Have you found a solution yet? I did notice the same problem after upgrading from 1.8.1 to 1.9.0 on my staging instance.
it's possible that your missing the new worker-executions container, iirc some others people had issue when running functions from the console without this container.
Could you also check the logs of every function related worker / task and the executor so we can maybe see a specific error
I just reverted to a backup I had of 1.8.1 for now. In the future I will probably start over with a fresh install of 1.9.0 and copy over the code in each of my functions.
I’m getting the same behavior, when I run a function using the domain url I don’t get execution logs, but when I run the function by SDK I do have it.
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...