DEV Community

Cover image for Did we just build a Netflix clone with Appwrite?

Did we just build a Netflix clone with Appwrite?

Matej Bačo on January 18, 2022

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...
Collapse
 
tananga profile image
tananga

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.

Collapse
 
pratik9366 profile image
Pratik9366

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 :)

Collapse
 
stnguyen90 profile image
Steven

Like what?

Collapse
 
mirolyubovn profile image
Nikita Mirolyubov • Edited

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' }

Thread Thread
 
dasaintgray profile image
dasaintgray

same error on my side, do you have any workaround, I'm a newbie on appwrite

Thread Thread
 
anudeep2804 profile image
Anudeep Billa

Hi , I faced the same issue now , is there any workaround ?

Collapse
 
dasaintgray profile image
dasaintgray

what is the workaround did you make? thanks, can you share

Collapse
 
pratik9366 profile image
Pratik9366

you find the solution ?

Collapse
 
kohsheen1234 profile image
Kohsheen Tiku

Wow! This is really detailed 👌

Collapse
 
tananga profile image
tananga

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.

Collapse
 
tananga profile image
tananga

Great idea. Please show how to use it with Flutter in details

Collapse
 
meldiron profile image
Matej Bačo

Stay tuned, we will be releasing Flutter Almost Netflix soon 😊

Collapse
 
eldadfux profile image
Eldad A. Fux

Flutter version is available here: dev.to/appwrite/almost-netflix-a-n...

Collapse
 
stnguyen90 profile image
Steven • Edited
Collapse
 
tananga profile image
tananga • Edited

I cant create Boolean attribute. Can someone help?

dev-to-uploads.s3.amazonaws.com/up...

Collapse
 
stnguyen90 profile image
Steven

I believe an issue has been created for this and the PR is pending merge.