Stack
- Next.js
- TypeScript
- Builder React SDK V1 / SDK V2
When I’ve created a builder account, the link to app was http://localhost:3000/
In dev environment everything works fine, when I’m building and starting the app on local everything is fine too.
Problem
When the app is building in Jenkins fetch to Builder.io returns undefined
.
When I tried to upgrade to V2 SDK I saw this error message.
content: { status: 404, message: 'Model not found' }
But the on local everything works fine.
Question
Should I somehow make content public? Or what can be the issue?