Activities of "alper"

good to hear that.

see https://github.com/abpframework/abp/issues/1009#issuecomment-483602466

hi you can send it to @liangshiwei shiwei.liang@volosoft.com

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

Showing 1391 to 1400 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11