Hi guys,
I tried to deploy a website using Nextjs and Builder.io but it didn’t work.
Produce step:
- Create Next App Router project and deploy => works
- Add test page and deploy => works
- Add builder.io and deploy => The deploy process is okay, but when I visit the page I get some error.
Here is my page: Invocation Failed (metaguest-pages.netlify.app)
And here are the dependencies:
"dependencies": {
"@builder.io/dev-tools": "^0.1.24",
"@builder.io/react": "^3.0.14",
"@builder.io/sdk": "^2.0.8",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@netlify/plugin-nextjs": "4.36.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"typescript": "^5"
}
If anyone can solve this please help. I’ve deployed the same website to a VPS and it works fine.