Front end on netlify is not displaying content from strapi server

Im using nuxt as a front end hosted on netlify (wellrefresh.com) and my strapi is hosted on digital ocean admin.wellrefresh.com. WHen I open the console on chrome, I get NET::ERR_CERT_COMMON_NAME_INVALID and none of my articles display. When I use my strapi’s ip address on chrome, I can ignore the warning to proceed to the unsafe site and all my content shows up.

Both have ssl certs with let’s encrypt.

Hey, @marvinthedevmartian are you fetching the content server-side at deployment, for a static site generation? That is what I would recommend if using Heroku. The reason why is because Heroku automatically shuts down after a period of time.

1 Like