This out of ABP development context. You can use loadbalancers.
try this
app.Use((httpContext, next) =>
{
httpContext.Request.Scheme = "https";
return next();
});
https://github.com/abpframework/abp/blob/dev/docs/en/Migration-Guides/Abp-4_0.md#other-identityserver-changes
hi, see this https://support.abp.io/QA/Questions/550#answer-257dfd30-1972-69c7-7e35-39f8edbca82b
@joe can you create a new topic for your issue.
Introduction to ABP Framework https://www.youtube.com/watch?v=bnvBcnCC1p0
Web Application Development Tutorial with AspNet Core MVC & EF Core https://www.youtube.com/watch?v=cJzyIFfAlp8&list=PLsNclT2aHJcPNaCf7Io3DbMN6yAk_DgWJ
Setting up your development environment for abp https://amazingsolutions.teachable.com/courses/enrolled/564200
Lets Build the BookStore Application with ABP vNext Framework https://amazingsolutions.teachable.com/courses/enrolled/577537
let's collect ABP video tutorials under this topic
app.razor is a very simple razor file. see https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme/Themes/Basic/App.razor
tell me what you want to add to this, so that we can add extension points to this class.
Did you configure your Identity Server in the database tables. Check out the tables with the prefix IdentityServer
.
Especially IdentityServerClients
, IdentityServerClientRedirectUris
, IdentityServerClientPostLogoutRedirectUris