Hi, I am getting cors error when I am using oathkeeper for my apis. I am getting error as "has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header contains multiple values '
http://localhost:3000,
http://localhost:3000', but only one is allowed." in browser. It seems request is getting process but response is blocked by browser. Could you please help me with this. With and without nginx issue is same. I have enable authantication with kratos and oathkeer is having cors enabled.