clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Toolbar does not show on application

Open mrmmg opened this issue 1 month ago • 0 comments

Hi, The Clockwork toolbar does not appear anywhere in my application. I'm using FilamentPHP as the admin panel, but the debug toolbar does not show on any page — including non-Filament routes.

Image

As you can see in the screenshot, the clockwork cookie is correctly set (I’ve already reviewed previous issues mentioning this), and my config/clockwork.php file is properly configured.

resources/app.js:

import './bootstrap';
import 'clockwork-browser/toolbar'

The project uses Vite, and I'm running it in dev mode (npm run dev). Everything compiles without errors.

However, the Clockwork toolbar still never appears and I can't figure out why.

Could you explain what might cause this and how I can make the toolbar visible?

Thanks.

mrmmg avatar Nov 20 '25 07:11 mrmmg