DEV Community

Discussion on: Did we just build a Netflix clone with Appwrite?

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