Answers for "nextjs waiting for compilation error"

1

nextjs waiting for compilation error

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