Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

itprocity's avatar

Laravel 8 Jetstream Livewire Buttons not working

I installed laravel 8 Jetstream Livewire auth. Authentication was working fine, I could access my dashboard, login, log out, etc.

But all of a sudden, the buttons were not working and I can't access the profile page.

When I click on the dashboard to bring out the drop down menu, it wasn't working.

Infact, the clicking events are not working.

Please can anyone help.

0 likes
6 replies
itprocity's avatar

Solved: When i got access to the internet it worked. Just don't know why.

zekaroz's avatar

I actually have this exact issue in Laravel 10.0 and can't figure out why none of the clicks on the base JetStream arent' working.

rcliu's avatar

@zekaroz try to run npm update, npm install and composer update , composer install..

mediabloke's avatar

@rcliu @zekaroz Did any of this work?I have a Jetstream project that worked just fine. I haven't touched it in a couple of months, and out of nowhere I can't login/register/password reset etc. No idea what's going on

LarryMarzanJr's avatar

@rcliu I've tried

npm install
composer update
composer install

but still, the profile and logout button doesn't work

Please or to participate in this conversation.