JPOriginal post
Rank 1: Thread
After deleting some PDF files from my storage bucket, my users can no longer access files stored there. I'm now seeing an AppwriteException in the console. The code was working perfectly both locally and in production before the deletions, so it seems like removing those files is the only change that may have caused this issue.
Has anyone experienced something similar?
Summary
Issue: Users cannot access files in the storage bucket after some PDF files were deleted, resulting in an AppwriteException. The code was functioning well before the deletions, suggesting that removing those files is linked to the problem.
Solution: The AppwriteException may be related to the deleted files. Try checking if the file paths in the code are still valid after the deletions. Additionally, ensure that the necessary permissions are set correctly for accessing files in the storage bucket.