for redirection error

you cannot use the container address to redirect, just like to post or get request: for e.g: return redirect("http://camera:80/config"), it will be an error return redirect("http://localhost:3100/config"), this is the right way to do that

Comments

Popular posts from this blog