The localhost:3000 server stops upon refreshing a new page in Builder or localhost:3000

Hi @manish-sharma ,

My package.json:
{
“name”: “demo-poc-1”,
“version”: “0.1.0”,
“private”: true,
“scripts”: {
“dev”: “next dev”,
“build”: “next build”,
“start”: “next start”,
“lint”: “next lint”
},
“dependencies”: {
@builder.io/dev-tools”: “^0.2.6”,
@builder.io/react”: “^3.1.1”,
@builder.io/sdk”: “^2.1.1”,
“next”: “14.0.3”,
“react”: “^18”,
“react-dom”: “^18”
},
“devDependencies”: {
@types/node”: “^20”,
@types/react”: “^18”,
@types/react-dom”: “^18”,
“autoprefixer”: “^10.0.1”,
“eslint”: “^8”,
“eslint-config-next”: “14.0.3”,
“postcss”: “^8”,
“tailwindcss”: “^3.3.0”,
“typescript”: “^5”
}
}

Node version: 20.9.0
git: GitHub - sohailkhan361/demo-poc-1: Project created as a POC for tech stack: NextJS, Builder.io POC-1