JavaScript interop calls cannot be issued at this time. This is because the component is being statically rendered. When prerendering is enabled, JavaScript interop calls can only be performed during the OnAfterRenderAsync lifecycle method.var jwt = await _authenticationServices.GetJwtAsync();var jwt = await _authenticationServices.GetJwtAsync();



