cms-laravel icon indicating copy to clipboard operation
cms-laravel copied to clipboard

Unable to find component: [laravel.jetstream.http.livewire.update-password-form]

Open zackrspv opened this issue 11 months ago • 1 comments

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

  1. Fresh Install of Ubuntu
  2. Add your server/domain config
  3. Download this repo
  4. Configure your .env and DB access
  5. Run setup.sh and choose no for the .env question
  6. Let it finish, it will fail (because unit tests don't work)
  7. After it finishes, cat the setup.sh and run everything after the unit tests
  8. Site will load without issue
  9. Login to the site with [email protected] // password
  10. Edit the profile
  11. 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]

zackrspv avatar Dec 05 '24 00:12 zackrspv