Fetching data through https failing.
Unanswered
Asian black bear posted this in #help-forum
Asian black bearOP
I use strapi and while I can fetch the data throug http when I use the https through me error fetch. A developer that helped me says it is not from nginx etc. It has to do with next.js permissions. I dont want to pay to solve the problem right now. Has anyone faced the same problem?
This works: http://strapi.example.blog/api/posts?filters[category][name][$eq]=articles&sort=publishedAt:desc&populate=*
This doesn't: https://strapi.example.blog/api/posts?filters[category][name][$eq]=articles&sort=publishedAt:desc&populate=*
This works: http://strapi.example.blog/api/posts?filters[category][name][$eq]=articles&sort=publishedAt:desc&populate=*
This doesn't: https://strapi.example.blog/api/posts?filters[category][name][$eq]=articles&sort=publishedAt:desc&populate=*