Image transformation suddently all 403
I am using image translations inside of a worker, this was working for probably a year or so with various unrelated problems due to where images were fetched from (in this case IPFS gateways.) Today all of a sudden I can no longer retrieve images and get a 403 for each request. I can see the images if I turn off image transformations so the 403 is caused by the image transformation. I am not sure how to debug or get help for this. We have a paid plan and the quota looks ok, but the management UI doesn't have a lot of interesting data so we could be over on some quota. It's just stuck so I already have 2.6K 403 errors.
2 Replies
Here are two examples where one works and the other one doesn't because of image transformation https://api.universalprofile.cloud/ipfs/QmNa2FaTbHwXHvM8h2hZQq3kdxVreJTPaLHoS29abSo4yR https://api.universalprofile.cloud/image/QmNa2FaTbHwXHvM8h2hZQq3kdxVreJTPaLHoS29abSo4yR?width=120&height=120&fit=cover
Ok made some progress. 403 is really confusing as the status 🙂 haha. Looking at the body I see the cloudflare image transformation error saying that the image is too large. I wish the status was something like 500 because looking at this from 10,000 ft away, I was asuming the URL I was fetching from was returing 403 and that the cloudflare server was somehow blacklisted. But otherwise I guess this is solved.