I am trying to display my content/page on my nextjs app, but i cant seem to find an updated documentation of builder that shows me, pls can you instruct on how to implement it?, i did but i am getting an empty/blank screen and when i logged out the content, it says null… i checked the docs, it asked me to create a page in the model, but on the model page, it says it is a legacy feature and i cant even create the page
Hello @FarukDev,
Here is the official documentation on integrating Builder pages with Next.js:
Please follow the steps in that guide — it walks through setting up the Builder SDK in your Next.js project, creating the necessary page file, and rendering Builder content. This should resolve the blank screen issue you’re seeing.
If you’ve already followed those steps and it’s still returning null, feel free to share the relevant snippet of your implementation and we can troubleshoot further.
Thanks,
