Subject
The download feature (on main branch) download the cropped context instead of the full one.
This is because of the backend refactoring where i did a bit of refactoring on the frontend side and removed the download endpoint, leading to downloading the context in the endpoint response and not the cached full context on the server.
**Note: this issue will be fixed once #366 is merged, i create it only for tracking issues/progress.