What are you trying to accomplish
Just trying to get up and running for now, but eventually I want to integrate builder to build a shopfront in my app
I think the issue is that my project root is a monorepo with 2 apps. Each app has a separate api folder. This is the folder structure of my project.
Root
-----Apps
---------App(A)-web
--------------pages
------------------[…page].jsx
------------------shop.js (this is the page I want to create with builder.io)
---------App(A)-api
---------App(B)-web
---------App(B)-api
-----Shared components
Here is the what I see on the content page:
It’s successfully showing the correct page in my app, but throwing an error.
Code stack you are integrating Builder with
NextJS, MongoDB, Apollo and GraphQL
Any help much appreciated!