I’ve been testing that project and no matter what I do I can’t see the nextjs components in the builder.io pages.
I’ve simply added the example MyFunComponent to this demo app router repo.
I registered them at http://localhost:3000 and that seemed to work.
But when I try to edit a page I see this error about using the fallback editor and I see none of my conmponents.
I’ve read all the docs it throws at me and it doesn’t work. I have my apiKey setup, builder space is pointing at http://localhost:3000
I can see the basic builder components on my pages, just no way to add custom components inside of builder editor.
I have Components-Only Mode turned on/off (doesn’t matter).
now builder.io page editor doesn’t even load. there’s nothing in the left pane except a loading icon. not even built in components are showing in the editor.
this is a new issue on top of what i was seeing before. not sure what caused this.
Could you confirm whether the Builder.io public API has been updated correctly? Additionally, the example you’re using relies on an outdated SDK version. I recommend upgrading to the latest version to see if that resolves the issue:
this is working a little better, i cannot run build
and i get this error in the browser:
Hydration failed because the server rendered HTML didn’t match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used
A server/client branch if (typeof window !== 'undefined').
Variable input such as Date.now() or Math.random() which changes each time it’s called.
Date formatting in a user’s locale which doesn’t match the server.
External changing data without sending a snapshot of it along with the HTML.
Invalid HTML tag nesting.
It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
I really want to like builder.io but this seems buggy, and the github code has bugs, and the documentation is iffy and getting this to spin up has been a nightmare