Please reply it's urgent
Please reply it's urgent !
hi
Try to run
abp bundle
to update the JS and CSS in your Blazor WASM project,
yes did already after that getting same errors.
, IDataProtectionKeyContext
How we can do in Abp 4.4.3 version with blazor?
You can try this:
Add to your
HttpApi.Host
projcet(or IdentityServer).[ExposeServices(typeof(LoggedOutModel))] public class MyLoggedOutModel : LoggedOutModel { public override Task<IActionResult> OnGetAsync() { var url = PostLogoutRedirectUri.Substring(0, PostLogoutRedirectUri.IndexOf("authentication")); return Task.FromResult<IActionResult>(Redirect(url.EnsureEndsWith('/') + "authentication/login")); } public virtual Task<IActionResult> OnPostAsync() { return Task.FromResult<IActionResult>(Page()); } }
Working perfectly...Thank you so much!
Hi,
Can you share a GIF photo? I need to see the execution of the breakpoint. thanks.
Hi
I can't share Gif photo because it will show my project name as well but we can communicate on mail or zoom to check this. Please let me know when we can check this.
Thanks,
Hi,
Can you share a GIF photo? I need to see the execution of the breakpoint. thanks.
I am available so if you are available we can check on zoom. I believe you will solve in few mins only.