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:
composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
Reinstall vendors.
npm install
artisan cache:clear
artisan view:clear
artisan optimize:clear + artisan optimize
Maybe Livewire requires some extra PHP extension?
My composer.json "requires":
Thank you for any help or idea why this might happen π0 Replies