Hi, as a learner, I am making a Netflix clone app using flutter & backend using Appwrite for first time, but I am missing something there, I don't understand what ? a error occurred that ('storage bucket with the request id could not be found'); plz help me out 🙂
Did you create the bucket in your Appwrite project?
Storage bucket with the requested ID could not be found
ya, than also same problem, what I am missing .......
Where's the bucket id in this seed script?
I hope you know the articles and repos outdated...
I am confused about bucket id in this seed script, actually first time hand on backend & learning from a yt tutorials, so there is some missing steps in developing the project 🙂
I see
Ya...the script was created for an older version of Appwrite that didn't have buckets
ohhhh ok, so you have any updated tutorials or articles with A to Z details, I am stuck 🙂
Maybe this is better: https://youtube.com/playlist?list=PL9rWgEG2BCwFGZPMbN2l6kGdIn4Hd56qE
Or this: https://youtu.be/XnxZLhtkFeg
Thanks man, for helping me out with some updated sources, love you <:appwritepeepo:902865250427215882>
[SOLVED] Storage bucket with the requested ID could not be found
Recommended threads
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...