A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
In your controller you can throw a 404 error:
if (true)
{
throw new HttpNotFoundException();
}
Hi,
Can anyone help to do the below job
Though content is exist I want to show this content (Page) not found for certain condition if this content brows from URL.
Thanks
Sourav