We are facing a Cloudflare 522 error on a single Next.js static chunk. URL failing: https://www.dak

We are facing a Cloudflare 522 error on a single Next.js static chunk.

URL failing:
https://www.dakkaken.com/_next/static/chunks/6085-1122b5db1ba8619b.js

The same file loads instantly when accessed directly via IP:
http://69.62.115.241:12500/_next/static/chunks/6085-1122b5db1ba8619b.js

Notes:

www.dakkaken.com is an A record pointing to 69.62.115.241

Nginx proxies to the same Next.js server

The file exists and is served correctly by the origin

All other _next/static chunks load fine

Cache was purged and Rocket Loader is disabled

This indicates an issue between Cloudflare and the origin over HTTPS, likely related to CDN/security handling of /_next/static/.

Request:
Please bypass WAF/security and any JS processing for /_next/static/
and ensure it is cached and delivered normally over HTTPS.
Was this page helpful?