DEV Community

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

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 ?