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.
Hi
I have updated my abp and .net framework versions to latest one like 4.4.3 abp versions to 5.3 with .net 6. Swagger is working fine but getting error while running blazor project. Please see the below screenshot for the same.
Please solve my problem.
Thanks,
, 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,