diff --git a/SqlDatabaseVectorSearch/Components/Pages/Error.razor b/SqlDatabaseVectorSearch/Components/Pages/Error.razor
index 576cc2d..2ae9814 100644
--- a/SqlDatabaseVectorSearch/Components/Pages/Error.razor
+++ b/SqlDatabaseVectorSearch/Components/Pages/Error.razor
@@ -1,33 +1,49 @@
@page "/Error"
@using System.Diagnostics
+@rendermode @(new InteractiveServerRenderMode(prerender: false))
-
Ops! Page Not Found.
++ The page you're looking for does not exists. +
+ } + else + { +
- Request ID: @RequestId
-
Ops! Unexpected error.
++ An unexpected error occurred while loading the page. Please, wait a minute and try again. +
+ } -- Swapping to Development environment will display more detailed information about the error that occurred. -
-- The Development environment shouldn't be enabled for deployed applications. - It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development - and restarting the app. -
+ Back to Home -@code{ + @if (ShowRequestId) + { +
+ Request ID: @RequestId
+