Your opinion is misguided I'm afraid.
Jetstream session errors
~/reniar/code/OfflineJetstream/
Illuminate\Database\QueryException
SQLSTATE[HY000] [2002] Connection refused (SQL: select * from `sessions` where `id` = BVmwk1y0yP3VqLBaRqUAvUGfdRxqEd0f6EuQh87a limit 1)
http://offlinejetstream.test/
I think currently jetstream has some issues with sessions and livewire.session
this is the seconds post of me today regarding this topic.
First time is installed jetstream into an existing livewire project and that installed all the jetstream magic into the project
- composer require laravel/jetstream - inside an existing livewire project. (not recommended at all)
solution for the first scenario
kill the project start from scratch and manually migrate MVC
The second time I made a jetstream application from scratch and just tweaked minor front end stuff the only files i tweaked were the following blade files as you can see on my gs (git status)
modified: resources/views/vendor/jetstream/components/application-logo.blade.php
modified: resources/views/vendor/jetstream/components/authentication-card-logo.blade.php
modified: resources/views/vendor/jetstream/components/authentication-card.blade.php
Without doing anything to that fresh application no commands on the command line nothing on other applications jetstream destroyed itself again
is there some sort of self destruction magic that I am not aware of?
solution for this scenario
was
-mfs (php artisan migrate:fresh)
Conclusion:
In my experience jetstream has issues with its sessions and is there fore unstable atm
Please or to participate in this conversation.