I'm getting this error
The page at '<URL>' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '<URL>'. This request has been blocked; the content must be served over HTTPS.
after deploying my app to Netlify. The networks tab shows that requests are being made to http://pets.dev-apis.com. Seems like an http, is there anything I can do to solve this one? It's working fine in my local environment