Please fill out as many of the following questions as possible so we can help you promptly! If you don’t know how to answer or it does not apply, feel free to remove it or leave it blank.
Code stack you are integrating Builder with Next.js
Reproducible code example If you are having integration errors, please link to codesandbox or copy and paste your problematic code here. The more detail the better!
Hey @handerson after running your server successfully you need to set your preview URL to the http://localhost:3000/. I would recommend following our guide here.
@sheema Thank you, that was helpful. When I clicked on one of the documents in that list, it complained that my server localhost:3000 wasn’t running, so I started it in VS Code, and now the Content panel in builder.io seems to be connected to localhost:3000 and VS Code. So the next order of business is just reading the docs. Thanks.