Replies: 1 comment 3 replies
-
hi
Can you share some screenshots? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use Razor Page error handling instead of redirecting to Blazor's 'Sorry, there's nothing at this address.' page?
I'm using a Blazor Server project where I can create a Razor Page site with some Blazor interactivity.
Thanks.
Edit:
I'm using Basic Theme.
I have tried adding bellow code in
OnApplicationInitialization
and create 404.cshtml inside Pages/Errorbut it still did not work and it still redirect to Blazor
<NotFound>
bellow.Everything else are untouched.
Created using
abp new Acme.BookStore -u blazor-server -dbms PostgreSQL -m none --theme basic -csf
Beta Was this translation helpful? Give feedback.
All reactions