Advanced

Troubleshooting

Diagnose and fix the most common Filament integration issues: blank builder, asset 404s, Livewire conflicts.

The file has been written with full coverage of all 9 requested symptoms:

  1. Builder iframe blank — asset 404, vendor:publish fix, CSP/APP_URL/sandbox table
  2. 419 Page Expired — CSRF meta tag, VerifyCsrfToken middleware, session expiry
  3. Modules palette empty — context mismatch vs. registration timing, tinker diagnostic
  4. Notifications not showing — parent::saveStructure() delegation, panel notifications() config
  5. Media gallery not opening — withMediaGallery() on plugin instance
  6. Form table columns missing — wrong slug (with tinker cross-check), Table tab not configured, FilamentFormFilters parity
  7. Reactivity not available — registration timing, must be in boot(), overwrite warning
  8. 403 on builder page — auth guard mismatch, policy check, temporary authorize() override for isolation
  9. Octane state leaks — scoped binding, requestTerminated flush, concurrent-load warning