Hi, Can someone help? I have deployed the Strapi backend to Render, but when I tried to launch my front-end to Vercel, it cannot load the JSON file from the hosted URL
I am following the next.js E-commerce starter
Public Strapi end-point
https://strapi-5xyl.onrender.com/categories
The error I got from the next.js app is
TypeError: categories.map is not a function
This error happened while generating the page. Any console logs will be displayed in the terminal window.