filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

Home Page:https://filamentphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filament breaks in SPA mode on page change in latest version

robinheidrich opened this issue · comments

Package

filament/filament

Package Version

v3.2.87

Laravel Version

v11.10.0

Livewire Version

v3.5.0

PHP Version

v8.3.4

Problem description

In the latest version of Filament, SPA mode no longer works properly. When you change the page, everything disappears and the following error appears in the console:

image

Expected behavior

No errors when changing pages.

Steps to reproduce

  1. activate SPA mode
  2. change the page
  3. everything disappears and the error is displayed in the console.

Reproduction repository

https://github.com/filamentphp/demo

Relevant log output

No response

Donate 💰 to fund this issue

  • You can donate funding to this issue. We receive the money once the issue is completed & confirmed by you.
  • 100% of the funding will be distributed between the Filament core team to run all aspects of the project.
  • Thank you in advance for helping us make maintenance sustainable!
Fund with Polar

Yes i confirm in 3.2.87 version spa mode broken the app

image

image

Desactive spa() mode works

Exactly the same problem here, after running "composer update", my stack info:

Package
filament/filament

Package Version
v3.2.87 (upgraded from v3.2.86)

Laravel Version
v10.48.12

Livewire Version
v3.5.0

PHP Version
v8.2.3

Should be fixed in the latest release

SPA still doesn't work in production

With the same error? Probably a cache issue or your published assets are not up to date