hi
The article is for your refer.
I tried to replace the Redis Cache "Configuration" in the appsettings.json with the AzureApp-Cache connection string but after this, the Swagger doesn´t load and gets error. I´ve tried to add only the password after the Redis Server separeted by Comma, but it also did not work.
Please share the related error logs.
The claims add during the user login process.
Can you try to re-login?
hi
Check the _ViewImports.cshtml file.
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling
Correct.
HI
You can only edit the existing texts and can't add a new one.
The postman will get cookies from the browser.
hi
.HttpApi.Host > EntityFrameworkCore > Volo.Abp.IdentityServer.EntityFrameworkCore > AbpIdentityServerDomainModule > AddDeveloperSigningCredential = true
You can set AddDeveloperSigningCredential to false in .HttpApi.Host
what I don't understand is why on production a 400 with html is returned
What are the error logs of HTTP 400?
hi
There are differences in the Development and Production environment.
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
if (!env.IsDevelopment())
{
app.UseErrorPage();
app.UseHsts();
}