Hi there,
We’re having a weird issue where old uploads don’t show up giving a 404 error while they still exist on disk. Here are the discrepancies we’ve noticed that we’re hoping will help some of you identify the issue.
Old uploads:
- URL is created in this fashion: /uploads/group_name/project_name/<secret_key>{12 characters}/image.png
- the secret_key folder is 12 characters
New uploads:
- URL is created in this fashion: /group_name/project_name/<secret_key>{32 characters}/image.png
- the secret_key folder is 32 characters
I’m thinking that this is a route related issue. Does this ring a bell to anyone?
Thank you!