Error redirecting request to my backend APIs

I deployed a MERN stack app on netlify :https://stoic-shannon-2c77e5.netlify.com/register . But later on, I came to see that my requests from the frontend were not being redirected to the correct place. I have already added proxy in the package.json on my client/frontend side. For example the request for User login was supposed to go to http://localhost:5000/api/auth but instead it going to https://stoic-shannon-2c77e5.netlify.com/api/auth. I’m not getting anything. It would be great if someone could help me out of this. I have already set the required ENVIRONMENT VARIABLES.

There are currently no redirects at all deployed on that site, @nadaanbaalak. What was the config file you used to set them up? Could you tell the name, location, and quote its contents, please?