Nextjs Builder.io Invocation failed

Hi guys,

I tried to deploy a website using Nextjs and Builder.io but it didn’t work.
Produce step:

  1. Create Next App Router project and deploy => works
  2. Add test page and deploy => works
  3. 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.

The page you’ve linked appears to work fine. Has this been resolved?

Yes, I’ve created an issue on GitHub and found a solution. After upgraded “@netlify/plugin-nextjs”: “4.40.3-rc.0” it works fine