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
I have noticed that client ip and correlation id have not been emitting in my logs for some time now and I finally got a chance to look into it. It appears that a call is made to httpContext.Items with a key that does not exist, leading to an error:
This error does not appear to elevate to the user and gets emitted to the SelfLog.
Please note that this is running in a Blazor server-side circuit and worked in previous versions (from what I can tell did not make a call into Items).
I would greatly appreciate any pointers on how to solve this issue. Thank you for all the work you have done over there. 🙏