On a fresh install of a Laravel Project with Jetstream (with darkmode and teams options) and Livewire I’m getting this Error on dashboard after login. (registration and login are working fine.)
UnhandledMatchError
Unhandled match case ‘…’
p.s. if jetstream is installed without –teams, everything works fine.
versions used: Laravel Framework 11.16.0 livewire versions : * v3.5.4 jetstream versions : * v5.1.3
and i’ve also had to do this because i’m using FreeBSD:
npm install @rollup/wasm-node
cp -rp node_modules/@rollup/wasm-node/* node_modules/rollup
Does anyone have a potential solution ? I’ve tried everything I’ve thought of.
Thanks!