My netlify app is kks-hi-interns.netlify.app with domain hi-interns.com
I’m trying to access my backend when building the frontend on netlify. I’ve set both the domain and the netlify app url as allowed origins in my backend, however my backend is still not allowing them. When I just use a * for my origins in the backend everything works good
I’m using Strapi for my backend which allows me to make custom middlewares for any route I want. Here’s the middleware I’ve created for the route in question.