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
How do I solve these?
Cannot provide a value for property 'staticParameters' on type 'newFace.Client.App'. There is no registered service of type 'newFace.Client.StaticParameters'.
and ...
I deleted builder.Services.AddTransient(); from Program.cs in client-side
and add to server startup.cs but could not be resolved.
help me