Replies: 2 comments 3 replies
-
I have/had the same problem, seemingly solved by the following actions:
module.exports = withTM{ It worked for me in dev and build with 2 warnings: ./pages/post/[slug].tsx ./components/Fancybox.tsx First one is no brainer, I was too lazy to add alt-text, 2nd one is just another link the the chain to rectify which I haven't tried to figure out yet. I'm no dev expert here, but do try to get clean output. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Sorry, but I do not know what to do here.
but message |
Beta Was this translation helpful? Give feedback.
-
I'm using NextJs and below is my package file details
This runs well when I run
npm run dev
but when I try to build the code it give error.Also the Vercel deployment gives error in build time as below
Can someone please help me find a way out of this?
Beta Was this translation helpful? Give feedback.
All reactions