Activities of "alper"

Thanks for your feedback. We are aware of this exception and it'll be fixed in the next release candidate.

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

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 1481 to 1490 of 1955 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.