Activities of "liangshiwei"

Hi,

Could you provide steps to reproduce? thanks.

Hi,

I will check it out

Thanks. I'm closing this.

Hi,

Could you share some screenshots? thanks.

Hi,

ElasticSearch is a full search engine.

If you don't need it, you can disbaled: https://github.com/abpframework/abp/blob/dev/modules/docs/src/Volo.Docs.Domain/Volo/Docs/Documents/FullSearch/Elastic/DocsElasticSearchOptions.cs#L9

Hi,

I can reproduce the problem and we will fix it, your ticket refunded.

Hi,

Sorry, But I think this is a new problem right?

Your main problem with the ticket has been solved. could you create a new question?

BTW, I guess you added the Authorize attribute to the index page, so it redirects to the login page. however, it is a unit test code, you can just ignore it.

Hi,

Sorry, we can't reproduce the problem.

Could you share the full steps to reproduce? thanks.

Hi,

Could you try this to check if it works?

Add to your auth server module class.

app.Use(async (ctx, next) =>
{
    var configuration = ctx.RequestServices.GetRequiredService<IConfiguration>();
    ctx.SetIdentityServerOrigin(configuration["App:SelfUrl"]);
    await next();
});

Hi,

Sorry, but what version are you using?

please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Steps to reproduce the issue:"
Showing 461 to 470 of 2428 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 24, 2025, 10:25