Unhandled Runtime Error
Unanswered
Giant Chinchilla posted this in #help-forum
Giant ChinchillaOP
I was using next v14.1.3 and everything was working just fine. When I upgraded my next app to v14.2.3 I am getting an error saying :
Unhandled Runtime Error-
Type error: Cannot read properties of undefined (reading 'prototype')
It also points to a line in my server/index js file
const app = require('express')()
Other info about my app :
Router : pages router
Node : 20
AntD : v5
Unhandled Runtime Error-
Type error: Cannot read properties of undefined (reading 'prototype')
It also points to a line in my server/index js file
const app = require('express')()
Other info about my app :
Router : pages router
Node : 20
AntD : v5