Relative Content

Tag Archive for next.jserror-handlingnext.js13http-status-code-503

How do i change status code of a Next js page

I want to set the status code 503 for some of pages in my Next app. Is it possible?
right now every page even those that are undefined gets status code 200. how can i manipulate it?