Running Caddy server for Next.js app returns "Too Many Redirects"

Remove http:// from the site block. That’s what I was suggesting. With that config, you’re only listening on port 80 for HTTP, and not HTTPS.

2 Likes