© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
11 replies
Femi O.

Help with Filament/Livewire setup

Hi all, I'm trying to follow this guide: https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component

The table is displaying just fine on my webpage, but no sorting logic is working when I click. In my browser console, I'm seeing the following 404s:

Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
/css/filament/support/support.css?v=3.2.97.0:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
async-alpine.js:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
notifications.js:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
support.js:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
client:495 [vite] connecting...
client:614 [vite] connected.
support.css:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
forms.css:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
/css/filament/support/support.css?v=3.2.97.0:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
async-alpine.js:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
notifications.js:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
support.js:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
client:495 [vite] connecting...
client:614 [vite] connected.
support.css:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error
forms.css:1 
       Failed to load resource: the server responded with a status of 404 (Not Found)Understand this error


I imagine if .js files aren't being accessed, it would explain why no interactions are working, and also why my styling looks a bit off (screenshot)

Where should I start debugging? I can send code snippets if necessary.
image.png
Adding a table to a Livewire component - Table Builder - Filament
Solution
Figured it out. Was a simple error where I didn't properly use all of the CLI commands, so some of the files were missing after I started over a few times. Thanks both 🙂
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Setup filament in custom livewire project
FilamentFFilament / ❓┊help
2y ago
Livewire/filament bug?
FilamentFFilament / ❓┊help
3y ago
Help with Button Styling in Livewire Component Using Filament
FilamentFFilament / ❓┊help
3y ago
Gantt Chart with Livewire / Filament / AlpineJS
FilamentFFilament / ❓┊help
2y ago