Relative Content

Tag Archive for next.jsmaterial-uimui-x

NextJS – In production build Page with Mui throw error 500

I’m using MUI all over my page, one of my pages however seems to not working properly. On dev mode (next dev) things works fine, with production build (next build + next start) first request on URL throws error 500. With same error as below. Funny is that page actually work right after just initial request is 500, but page get rendered as normally and end user will not spot any issue at all. However for bots this is critical error.