{#if $page.status === 404}
Lost in the forest

{$page.status}: {$page.error?.message}

Oops, looks like you've wandered off the beaten path.

We couldn't find the page you were looking for.

{/if} {#if $page.status === 500}
Lost in the forest

{$page.status}: {$page.error?.message}

Oops, looks like something went wrong.

Voyage server encountered an error while processing your request.
Please check the server logs for more information.

Administrators: Please check your setup using the documentation.

{#if $page.url.pathname === '/login' || $page.url.pathname === '/signup'}

Hint: If you are an administrator, please check your PUBLIC_SERVER_URL in the frontend config to make sure it can reach the backend.

{/if}
{/if}