Hi,
Could you share the full error message? You should be able to see it in the console tab.
Unfortunately this cannot be done
Hi,
This is just an example code; you can check the document https://docs.abp.io/en/abp/latest/Module-Entity-Extensions
Hi,
This is the Blazor server config:
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Blazor/AbpIdentityBlazorModule.cs#L58
It will automatically add extension fields to create and edit UI
It's not about ABP's behavior but Browser.
The tabs share the same cookies. That's why I said it's not possible.
Three options:
Can't we override the default behavior provided by ABP ?
I didn't get it, what default behavior?
The Angular project's package.json
Did you mean by incognito window ?
Yes.
Is there any way to do the same functionality on same browser so that i can achieve the same behavior ?
No, Just like you can't log into two twitter accounts at the same time in the same browser.
You can quickly switch between accounts using the linked account feature provided by ABP.
Could you share the full logs? (both local and deployed) thanks.