Server Error
TypeError: getStaticPaths is not a function
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
buildStaticPaths
file:///C:/Users/dhaval/Desktop/Infoskies/Code/infoskies-website-v3/node_modules/next/dist/build/utils.js (733:39)
Object.loadStaticPaths
file:///C:/Users/dhaval/Desktop/Infoskies/Code/infoskies-website-v3/node_modules/next/dist/server/dev/static-paths-worker.js (104:46)
process.processTicksAndRejections
node:internal/process/task_queues (95:5)
I am getting this exception in my Nextjs v13.5.5 Page Router, and nowhere I am using the getStaticPath() or anything.