I am trying to host a next.js application through vercel and keep running into an error where it says it can’t find the images im using
I built a next.js portfolio app. Everything works fine when i run it through npm but when i try to host on vercel (and even on render) it pops up with thefollowing error.
Next.js suppressHydrationWarning doesn’t work as expected after deployment on Vercel
I’m importing the HouseTableUpdatedDate
component into a server component (app/page.tsx).
auto google translate problem in nextjs project
I used nextjs and tailwind in my project and I host it on Vercel. But the problem is that;
if a user click on google translate button on a page (for example from English to Turkish) user see this error: ** Application error: a client-side exception has occurred (see the browser console for more information).** . I checked the console and it says “69-0dc671fe273a4254.js:1 DOMException: Failed to execute ‘removeChild’ on ‘Node’: The node to be removed is not a child of this node.
at aY (https://www.denizcanarslan.com/_next/static/chunks/fd9d1056-09724f1df83ad1a5.js:1:76278)”. . I asked problem to chatgpt but still didnt’ find what the problem is. my website is denizcanarslan.com. . I am open your any idea.