"Linting and checking validity of types ... Failed to compile. " - Unable to deploy #60770
-
SummaryCan anyone help me in this? i have stuck in this for a long time Github repo : https://github.com/gowthamc0702/vak unable to deploy app , Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi, You need to remove the In App Router, page.tsx files can only export a few things, and |
Beta Was this translation helpful? Give feedback.
-
How you @gowthamc0702 solved the issue? this error is on npm run build |
Beta Was this translation helpful? Give feedback.
Hi,
You need to remove the
export const
for aconst
in:In App Router, page.tsx files can only export a few things, and
ProductPage
is not one of them.