Open Closed

LeptonX menu filter not working in some cases #4013


User avatar
0
christophe.baille created
  • ABP Framework version: v6.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

On Blazor server application the "Filter menu" do not work in this 2 cases:

  • When I first run the application, I need to reload the page, otherwise the filter do not work (with Edge Browser Version 107.0.1418.35)
  • When I add redis as explain on this doc, the filter do not work anymore https://docs.abp.io/en/abp/latest/Redis-Cache

9 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Hi christophe.baille

    That search feature is written as a plain script in javascript. It shouldn't be dependent on redis. Can you provide Browser Console log if there is an error?

  • User Avatar
    0
    christophe.baille created

    There is nothing on the browser console log.

    It might not be about redis maybe yes as there is this case where there is no Redis:

    When I first run the application, I need to reload the page, otherwise the filter do not work (with Edge Browser Version 107.0.1418.35)

  • User Avatar
    0
    christophe.baille created

    Any update about it please?

  • User Avatar
    0
    malik.masis created

    There is nothing on the browser console log.

    It might not be about redis maybe yes as there is this case where there is no Redis:

    When I first run the application, I need to reload the page, otherwise the filter do not work (with Edge Browser Version 107.0.1418.35)

    Hi,

    Sorry for the late answer. Could you try it please with different browsers and tell us the results?

    In this case, reproducing the issue can be hard.

    Regards.

  • User Avatar
    0
    christophe.baille created

    It is the same issue in any browser

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    We couldn't reproduce the issue. Can you provide a reproducible project to us? You can send it to support@abp.io

  • User Avatar
    0
    christophe.baille created

    As I said before:

    Without Redis:

    When I first run the application, I need to reload the page, otherwise the filter do not work (with Edge Browser Version 107.0.1418.35)

    --> I tried this again with abp 6.0.2 and still get the error on Edge and Firefox:

    • I just created a Blazor server solution with ABP suite. On this case, no needs Redis
    • Run the application from visual studio and login
    • type anything on the filter and nothing happens, nothing on the browser console
    • reload the page, then now the filter will work fine

    Now when I add Redis, it works after reloading the page too. So the issue is not about Redis apparently.

    I will send you the project by email, but it's just a basic template from abp suite

  • User Avatar
    0
    christophe.baille created

    I just updated my solution from 6.0.1 to 6.0.2 and now the menu filter is working with Redis. But there is still the issue that the page needs to be reloaded once, otherwise it doesn't work

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Thanks, we reproduce the problem. We're working on it and solve it asap

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11