Hi, we are getting internal server error suddenly for the url https://vude-web-dev.netlify.app/.... it is working in local. can you please check once

Hi, we are getting internal server error suddenly for the url https://vude-web-dev.netlify.app/… it is working in local. can you please check once.

The better the post - the faster the answer.

@sreekanth The URL you’ve supplied is not showing an internal server error, it is showing that the site does not exist.

I presume you have moved the site to another location?

hi, can you check this… https://66286be0edcdc851d51e2dee--vudewebdev.netlify.app/

we removed old one and re-deployed again in the netlify again, it was working fine… but error is coming now… not sure why

Possibly related to the image issue several users are seeing with Next.js

@sreekanth I’ve checked for you, but I cannot provide any useful insight because you’re working with Next, and it’s clearly a server side runtime “functions” error.

You should check your function logs to see if you can discern what’s exploding:

hi, as we ran production build locally it was working… but in netlify we are getting this issue

Hi are you still experiencing this issue? We implemented a fix so this shouldn’t happen.

hi, we moved to vercel for now…

will check again and let you know

The site appears to be deleted. If you need help, the site would need to be kept online.

please check this, https://dev-vude-web.netlify.app/

Hi, your page is complete blank and I’m not seeing anything in the console. Is this intended/expected behaviour for your site?

Hi, Issue fixed, we were using nodejs 18 and next js 13.3 but in netlify it was taking runtime version 5 by default. We fixed that…as per netlify doc