Err invalid redirect

Hi,

I have many microservices in docker on 8080 port and a ui angular.

My caddyfile is:

localhost
handle /app1/* {
Reverseproxy app1:8080
}

handle /* {
Reverseproxy ui:8080
}

My ui can’t call backend microservice and return ERR INVALID REDIRECT.

My microservices are all in localhost on 80 port with this caddyfile

Please fill out the entire help thread template, there’s not enough information here to help.

What are in your Caddy logs, what’s your full, unredacted Caddyfile? If you use curl -v to make the request, what do you see?

This topic was automatically closed after 30 days. New replies are no longer allowed.