DebugKit panels

DebugKit icon is shown in the bottom right-hand corner of the browser, but it won’t respond when I click on it despite it being installed & loaded.
I tried many browsers but nothing has changed.

Please provide which cakephp and debug_kit version you are using.

Also you can try to manually call the debug_kit URL via inspecting the HTML and looking at the iframe URL. Should be something similar like: http://myurl.com/debug-kit/toolbar/c1621e3b-8832-4770-ab21-b13b1f7af858

CakePHP v 4.4.14 debug_kit v 4.9.3

Did you try to inspect the HTML and call the iframe? Is there an error on your debug console?

Setting ‘DebugKit.ignoreAuthorization’ to true, makes the icon clickable and opened, so it works now… thanks.

2 Likes

The info that you use the new auth plugins would have been nice :wink:

2 Likes