Debugger not displaying properly after installing Algolia Pro plugin

I’m experiencing the following issue after installing and configuring the Algolia Pro plugin. Since then, the debugger has stopped working correctly. Although I have it enabled:

debugger:
  enabled: true
  provider: debugbar
  censored: false
  shutdown:
    close_connection: true
  twig: true

the debugger does not display. When I change the provider to clockwork, the debugger does appear, but it doesn’t show any data in the developer tools. Additionally, if I disable the Algolia Pro plugin, the debugger starts working correctly. Interestingly, the debugger works fine in the admin panel, regardless of whether Algolia Pro is enabled or not.

Has anyone encountered a similar issue or has any suggestions on how to resolve it? I’d appreciate any advice.