# Milestone M33 - file not found error fix

- **Authors**: Akash Srivastava
- **Published**: 2025-04-07
- **URL**: https://www.neeto.com/neetoquiz/blog/milestone-m33-updates

---

Let's go through what we got done in Milestone M33 (Mar 24 - Apr 06).

**Bug fixes:**

- We found an instance of `ActiveStorage::FileNotFoundError` error in `ActiveStorage::AnalyzeJob`, even though we had fixed a similar case in `neeto-commons-backend` earlier for all the apps, as it is something that is an issue with `ActiveStorage`. We updated the ignore logic pattern of job context + error in `neeto-commons-backend` to include this new error as well.