fix: empty page on @Render() responds with 404 #902
Labels
status: needs triage
Issues which needs to be reproduced to be verified report.
type: fix
Issues describing a broken feature.
Description
When the page specified in the
@Render()
decorator returns an empty string, the server responds with the status code 404 (Not Found).Minimal code-snippet showcasing the problem
Expected behavior
The server should send an empty body and respond with 200 (OK).
Actual behavior
The server sends the error page and responds with 404 (Not Found).
The text was updated successfully, but these errors were encountered: