complete-intro-to-react-v5
complete-intro-to-react-v5 copied to clipboard
HTTP Error after buliding with parcel and deploying to production(Netlify)
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