@everyone
Hi, a function I've been using has recently stopped working. It fails when I try to execute it. And, I can't deploy a new version.
When I try to deploy, I get this error:
ℹ Info Deploying function update-wordlist ( update-wordlist )
ℹ Info Ignoring files using configuration from appwrite.json
✗ Error
BucketDeleted
This bucket is temporarily reserved for administrative purposes.
And I get a similar error from docker logs appwrite-executor
[Error] Type: Exception
[Error] Message: Runtime not found. Please create the runtime.
[Error] File: /usr/src/code/app/executor.php
[Error] Line: 469
Building container : phonics-town-641cfd9f4d90b1597e2f
Build failed:
BucketDeleted
This bucket is temporarily reserved for administrative purposes.
I'm running appwrite on a digital ocean droplet. I have upgraded to 1.3.4. Everything else seems to be working as normal. I can use the console, log in from my flutter app, create documents, etc.
Can anyone help with this? I'm completely lost.
Edit: I get the same error when creating and deploying a new function