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.

, 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.

Zobrazeno od 11 do 20 z celkem 286 záznamů
Made with ❤️ on ABP v8.2.0-preview Updated on března 25, 2024, 15:11