cms-laravel
cms-laravel copied to clipboard
Unable to find component: [laravel.jetstream.http.livewire.update-password-form]
This is a bug.
Prerequisites
- [x] Are you running the latest version?
- [x] Are you reporting to the correct repository?
- [x] Did you check the documentation?
- [x] Did you perform a cursory search?
Description
Fresh install on latest ubuntu, with php 8.3.14 installed. While the site loads, and we are able to see the assets there w/o issue, and login w/o issue, when trying to change the password or save the new admin email, we get errors. Specifically: Unable to find component: [laravel.jetstream.http.livewire.update-password-form]
Steps to Reproduce
- Fresh Install of Ubuntu
- Add your server/domain config
- Download this repo
- Configure your .env and DB access
- Run setup.sh and choose no for the .env question
- Let it finish, it will fail (because unit tests don't work)
- After it finishes, cat the setup.sh and run everything after the unit tests
- Site will load without issue
- Login to the site with [email protected] // password
- Edit the profile
- Change the password from 'password' to 'test123', will instantly see the error
Expected behavior
Should allow for changing of the password, after clicking 'save'.
Actual behavior
When clicking save, is given the Unable to find component: [laravel.jetstream.http.livewire.update-password-form]