Hi, Support Team!
I have a Blazor Server ABP template solution, latest version.
I want to add to this solution another Blazor server application, a standard MS template for Blazor server.
Can you help us with some steps in order to have the new Blazor server project access the Application layer of the ABP template one?
Like: what minimal modules to we need to have the standard MS Blazor template be able to "communicate" with API, what do we have to seed in OpenIdDictApplication table, what changes in appsettings.json of the DbMigrator, or appsettings.json of the new Blazor server project, etc.
Basically all we need is the new Blazor project to just be able to authenticate and access the Application layer of the ABP one.
Thank you very much for your guidance!
Catalin
tks a lot!
Hello,
How can I override App.razor in a ABP Blazor Server app template?
Thank you!
I am trying to use the SignInManager but I am getting this error:
I am trying to check a code sent by email. All OK, but when I am trying to sign in I get the error above.
Does anyone encountered this? What could be the problem?
I am on a ABP Blazor server single layer app template.
Hi!
Partially and temporary solved by refreshing the Index after login.
I would suggest that your tech guys to publish a Blazor WASM app to Azure and find the culprit there.
Please let this ticket open until you guys can replicate the problem in Azure environment.
Is it possible?
Will try your advices and come back with a feedback.
Tks a lot!