Hello, i have some problems with integrating builder.io to my VPS, here is what i did
- Set up a subdomain that is displaying my VPS’s port 4030
- created a NEXT.js app
- ran npm init builder.io@latest
- got through all the options
- ran ufw allow 4030
- ran it using npm run dev – --port 4030
and went to my url
and there is just the defualt Next.js page
I’ve read your docs, and watched 2 videos, none of these work for me, please help, thanks
Hello @gmvz3090,
The steps you followed are fine, there’s just a couple of things that might need a fix.
Firstly, we would need to view the code in your page.tsx file. There might be something that you could have missed, like modelName or the urlPath.
Secondly, please try and visit the builder-demo page inside of your application. Let us know if you are able to visit the builder-demo page. The URL for the same should be:
http://localhost:4030/builder-demo
Thanks,
Fixed it myself, your docs doesnt explain how important are modelnames, and there is a bug with model names, it automatically renames models to hd-match, i have no idea why, also you should mention how your API is Used in the process of integration, because its crucial to integrate
Hello @gmvz3090,
I’m glad to hear that you were able to resolve the issues. Renaming model names is expected behavior to ensure uniqueness within our system for each space. We appreciate your feedback and are continuously working on improving our documentation.
Thanks,