I try to migrate the current s3 storage (docker volume) to an external provider. I copied all files from /var/lib/docker/volumes/appwrite_appwrite-uploads/_data to remote:bucket/storage/uploads - but I always get the following error when trying to access the files: {"message":"File not found in storageuploadsapp-...","code":404,"type":"storage_file_not_found","version":"1.7.4"} (showing the exact path). when I upload a new file, it creates that file as expected in the same folder structure. Only this time I can also download that file.
Recommended threads
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...