Why actions on the production server doesn't work?
Hello. When I press the "Delete" button (for example), it makes an UPDATE request to "/livewire/update" and the server returns the right response (same as on the local).
Before (yesterday) I saw this message in the browser dev console: "Uncaught Snapshot missing on Livewire component with id: XXXXXXXXXXXXX". But today, I already do not see it.
What I am already trying:
Maybe Livewire requires some extra PHP extension?
My composer.json "requires":
Thank you for any help or idea why this might happen
Before (yesterday) I saw this message in the browser dev console: "Uncaught Snapshot missing on Livewire component with id: XXXXXXXXXXXXX". But today, I already do not see it.
What I am already trying:
composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader Reinstall vendors.npm installartisan cache:clearartisan view:clearartisan optimize:clear + artisan optimizeMaybe Livewire requires some extra PHP extension?
My composer.json "requires":
Thank you for any help or idea why this might happen