Welcome to the beginning of our 3 part series where we build a fully functional Netflix clone we like to call, Almost Netflix! Almost Netflix is...
For further actions, you may consider blocking this person and/or reporting abuse
I finished this part. Not everything went smooth. I had to change a lot of things to make it run. In case of problems you can text me.
hi bro, as a learner I am making a Netflix clone app using appwrite as a backend for first time but I am stuck, a error occurred ('Storage bucket with the requested ID could not be found.') so in your development time what you change to make it run ? plz give me a to z details about it :)
Like what?
Migrations and seeds scripts do not execute correctly. It seems like there is a 'bucket' required, which was not indicated to setup in this tutorial.
Migration:
� Could not finish migration:
AppwriteException [Error]: Bucket not found
at Client.call (D:\Websites\almost-netflix-project-setup\node_modules\node-appwrite\lib\client.js:160:31)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Storage.listFiles (D:\Websites\almost-netflix-project-setup\node_modules\node-appwrite\lib\services\storage.js:50:16)
at async D:\Websites\almost-netflix-project-setup\src\migrations.js:87:25 {
code: 404,
response: { message: 'Bucket not found', code: 404, version: '0.13.4' }
}
Seeds:
� [1/25] Downloading +20 movies ...
AppwriteException [Error]: Bucket not found
at Client.call (D:\Websites\almost-netflix-project-setup\node_modules\node-appwrite\lib\client.js:160:31)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Storage.createFile (D:\Websites\almost-netflix-project-setup\node_modules\node-appwrite\lib\services\storage.js:97:16)
at async intiniteRequest (D:\Websites\almost-netflix-project-setup\src\seeds.js:21:15)
at async downloadMovies (D:\Websites\almost-netflix-project-setup\src\seeds.js:82:17)
at async D:\Websites\almost-netflix-project-setup\src\seeds.js:137:3 {
code: 404,
response: { message: 'Bucket not found', code: 404, version: '0.13.4' }
same error on my side, do you have any workaround, I'm a newbie on appwrite
Hi , I faced the same issue now , is there any workaround ?
what is the workaround did you make? thanks, can you share
you find the solution ?
Wow! This is really detailed 👌
I hope that its just a first big project created by team :) Great to see some good tutorial. Last time I was following reactBits on youtube but it was outdated. Its really nice to see that you can build something similar to Netflix with Appwrite.
Great idea. Please show how to use it with Flutter in details
Stay tuned, we will be releasing Flutter Almost Netflix soon 😊
Flutter version is available here: dev.to/appwrite/almost-netflix-a-n...
Part 2: Introducing Almost Netflix: Netflix clone built with Vue and Appwrite
I cant create Boolean attribute. Can someone help?
dev-to-uploads.s3.amazonaws.com/up...
I believe an issue has been created for this and the PR is pending merge.