You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since /myorders was not decorated with [Authorize] Attribute.
So I think, type /myorders page in browser address bar, this page will acess the /orders api, then get 401 , the blazor redirect to login page.
But I haven't seen the /orders api request in network panel.
So what's the real authorization process of the page for /myorders ?