Activities of "alper"

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

Answer

I had written: you can find your api key in your NuGet.Config file which is in the root folder of your solution.

but as I see from your logs, you didn't replace the <your-api-key>.

I suggest you be a little more careful.

Answer

@joe can you create a new topic for your issue.

Answer
  • 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

Question

let's collect ABP video tutorials under this topic

Answer

you write the command otnet . it's wrong! you must write dotnet

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

Showing 1461 to 1470 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11