appwrite: 🐛 Bug Report: Buckets not working proberly
👟 Reproduction steps
i found the issue that flutter sdk throws Bucket not found
for new created Buckets.
(default is working)
so first i thought its a sdk problem, but after i debug it i found that it uses the path
https://mydomain/v1/storage/buckets/6220dae06cfa2587ce29/files
which is not working but
https://mydomain/v1/storage/buckets/default/files
is working fine.
👍 Expected behavior
all buckets should work, not only the default one
👎 Actual Behavior
only default bucket is working
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
0.13
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn’t find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 27 (8 by maintainers)
@s3ppo Assigning it back to @Meldiron
sorry i have to reopen it, because with another new bucket its still not working