© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago•
2 replies
ahinkle

Action with Notification not showing

Dealing with a small issue where notification isn't appearing. I have a header action that launches a job. When I confirm the action, it returns to the index and nothing happens. No indication that it was successfully started. Any ideas?

Action::make('sync_bigcommerce_products')
    ->label('Sync with BigCommerce')
    ->icon('heroicon-o-arrow-path')
    ->requiresConfirmation()
    ->successNotification(
        Notification::make()
            ->success()
            ->title('Sync Started')
            ->body('The sync with BigCommerce has started - this may take a few minutes.')
    )
    ->action(fn () => SyncBigcommerceProductsJob::dispatch())
Action::make('sync_bigcommerce_products')
    ->label('Sync with BigCommerce')
    ->icon('heroicon-o-arrow-path')
    ->requiresConfirmation()
    ->successNotification(
        Notification::make()
            ->success()
            ->title('Sync Started')
            ->body('The sync with BigCommerce has started - this may take a few minutes.')
    )
    ->action(fn () => SyncBigcommerceProductsJob::dispatch())
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

notification inside action not showing
FilamentFFilament / ❓┊help
2y ago
Notification Not Showing!
FilamentFFilament / ❓┊help
2y ago
Notification action not working
FilamentFFilament / ❓┊help
15mo ago
table action not showing
FilamentFFilament / ❓┊help
12mo ago