ShubhamOriginal post
Rank 3: Container
Plain text
AppwriteConfig.bucketId, ID.unique(), pdfFile, [], (progress:UploadProgress) => { console.log(progress) console.log('Upload Progress:', progress.progress); setUploadProgress(progress.progress); } );```Summary
Developers are encountering an issue with the progress callback not working in Next.js when using the appwriteReff library. They are trying to monitor the upload progress of a file but the callback does not seem to be functioning as expected.