what about that one?
You're getting this after what?
trying to upload
maybe cause the bucket is public?
Do you have restarted the appwrite main container?
What do you get in the docker logs? As the console errors are not useful
yup
that was it
But I suppose you need to recreate the bucket
bucket has to be private
interesting
Well yes the bug still persists for the backblaze adapter. there are always two files uploaded for each file
Just tested
Nope, that's not a bug
That's a feature
That literally is dude
depends if you have file snapshots on
the File Lifecycle
It is a bug
Go to buckets, lifecycle configuration and set it to keep latest version
It's not that
seems like it's maybe the thumbnail
or something similar
Nope, that happens when you enable encryption if I remember it well. Appwrite first uploads the file not encrypted, encrypts it and then overwrites the old unencrypted file with the encrypted one
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...