Answers for "nextjs waiting for compiling problem"

0

nextjs waiting for compiling problem

it is related to the fact that your pages contains upper case folder or file.
Please check folder and file inside pages and convert into small
//pagesnews[slug].tsx not pages/News/[slug].tsx
Posted by: Guest on February-09-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language