Firewall denies on serving _next images to mobile app

Hi, we have Vercel project set up and wanted to leverage the image caching that already comes with it by using
https://www.XYZ.com/_next/image?url=${encodedURL}. However we recently noticed that we are getting blocked on this usage and it’s getting denied by the firewall under DDOS. The origin is from our mobile app so we aren’t sure how to allow these origins from mobile app.

Hey @mary-stackso
Are your images coming from a remote resource or CDN? If so, do you have your next.config to allow that url pattern

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.