Bug: Can't Login After Composer Package Update #210
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey! Thsi is quite interesting; updating your composer packages should definitely not be a problem. I've not been able to reproduce this locally on my end. Are you using Herd to run Wave locally? |
Beta Was this translation helpful? Give feedback.
-
Try adding this to your "post-update-cmd": [
"@php artisan vendor:publish --tag=livewire:assets --ansi --force"
] Then run This worked for me. There was an error in the console about the Livewire assets being out of date. Documentation: https://livewire.laravel.com/docs/installation#publishing-livewires-frontend-assets |
Beta Was this translation helpful? Give feedback.
Try adding this to your
composer.json
file:Then run
composer update
.This worked for me. There was an error in the console about the Livewire assets being out of date.
Documentation: https://livewire.laravel.com/docs/installation#publishing-livewires-frontend-assets