Locally, my Filament sidebar is fully functional, with responsiveness working fine. However, in production, when deploying to Laravel Cloud, the sidebar stops working correctly for the desktop; it disappears completely and only displays in the responsive version.
Everything else works correctly.
The deployment works correctly in Laravel Cloud, and the npm run build is executed automatically, but when we try to do it manually, it doesn't work.
I'm using Laravel version 11.41.2 and Filament version 3.3.4.
https://ibb.co/1YbgHqYj --- LOCAL VERSION
https://ibb.co/Nds76SBv --- CLOUD VERSION