curl -I https://ops.hungrytimes.in shows a 302 to Cloudflare Access, so the redirect is happening, but the application itself isn’t being found.
This happens in both normal and private/incognito browsers, after clearing cookies, and across different networks.
Notes:
The backend/API at api-ops.hungrytimes.in works fine (returns 200 with JSON).
Tunnel is healthy (cloudflared is running).
Access application policies and login methods are already in place (ALLOW + OTP).
I am on the Free Zero Trust plan.
Question: Why does the login flow redirect me back to /cdn-cgi/access/login on my origin instead of completing authentication? Is this a configuration issue, or is it related to plan limitations (e.g. Free vs. Paid)?