i had similar problem,
i change next version in package.json
from "^15.4.2" to "15.3.1"
change next version
delete node_modules and .next folders
npm i
npm run build
npm run start