Why is [CascadingParameter] public HttpContext? HttpContext { get; set; } always null? #531
Unanswered
ManrajPatel
asked this question in
Q&A
Replies: 0 comments
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.
-
In my web app (Blazor Web App with Server rendering) I am using duende identity server and have closely followed the implementation from eShop app.
While everything is working fine, I am stuck at logout. I am using the same Logout implementation from eShop but in my code I always get null for HttpContext in the following code.
Can someone please guide what am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions