Activities of "safi"

I changed port number in host appsettings so now getting below errors.

Please provide solution for this. It's urgent.

Please reply it's urgent

I changed port number in host appsettings so now getting below errors.

Please reply it's urgent !

Does the API have any error logs?

no swagger is working fine. Can we connect on zoom and check this? I already spent good hours to solve this issue.

After running bundle command getting below error

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.

  • ABP Framework version: v5.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Updated abp and .net framework to .net 6

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,

Showing 11 to 20 of 347 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11