You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
router since version 2.1.0 does not use array-flatten (see pillarjs/router#126). Express 5.1.0, which you have listed in package.json depends on router@^2.2.0.
Did you try removing node_modules and package-lock.json and running npm install again? The require stack points to express/lib/router/route.js, which was there in Express 4, but does not exist in Express 5 - it has been separated into router package).
Hi,
I deployed my next.js webapp in azure web app and I have an issue in the log when I open the url:
When I look in package.json, I added the package array-flatten just in case, but still continue to get the issue:
Any idea how to fix it?
The text was updated successfully, but these errors were encountered: