79641479

Date: 2025-05-28 03:55:38
Score: 1.5
Natty:
Report link

Yes, there is

  new NextResponse(componentString, {
    status: 503,
    headers: { "content-type": "text/html; charset=utf-8" },
  });

You can also use a custom error pages to display as mentioned in the resource below.

https://nextjs.org/docs/14/pages/building-your-application/routing/custom-error

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TheoNeUpKID