Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
I found the solutions:
If your Appwrite deployments are ever permanently stuck on "Processing" In my caase, a frozen deployment from months ago got permanently stuck in a building status on the backend. This jammed my entire Appwrite project pipeline, blocking all new deployments from executing until I found the ghost deployment via the CLI and deleted it manually.
i see so it was a bad broken deployment you kept retrying?
can you share source code of the broken deployment?
Recommended threads
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...