Home > Back-end >  After deploying my Gatsby frontend to Netlify, my product specific pages are being hidden after load
After deploying my Gatsby frontend to Netlify, my product specific pages are being hidden after load

Time:10-03

For clarification, all this has occurred for the first time after I have successfully deployed my Gatsby project to Netlify.

My problem can be clearly seen here: My Iphone Screenshot

Please try for yourselves as I think it may help in solving this bug...

My Github repo for the frontend is as follows: https://github.com/seanmodd/jamstack-final-frontend My GitHub repo for the backend is as follows: https://github.com/seanmodd/jamstack-final-backend Thank you so much!

CodePudding user response:

Blocked loading mixed active content “http://54.67.112.47:1337/graphql”

you can't load http from an https webpage

  • Related