Next.js Discord

Discord Forum

getInitialProps works fine in local not in deployed version

Unanswered
KcHâš› posted this in #help-forum
Open in Discord
I have a component with getInitialProps which fetches the id of the page from the content and does some data fetching from CMS and then passes data to the component ...

While this works as expected in my local but when deployed it doesn't work at all and I'm not totally sure what is causing the issue, may i know how can I debug the issue please 🥺

Basically I'm trying to do the preview mode to my CMS (contentful) and I need to fetch the id of the page and then fetch the data to load the layout structure...

Any help is appreciated 🙏 .. let me know for more details

0 Replies