HTTP 404 Exception

const page = "/terms-and-conditions";

if (!exists(page)) {

throw new PageNotFoundException(

"Error 404: The requested resource route could not be resolved."

);

}

⚠️ Route Not Found

Looks like this code path is broken

The component, article, or course route you are looking for doesn't exist or might have been relocated.

🔖 Bookmark saved successfully!