I have installed "laravel/jetstream": "^2.9" on "laravel/framework": "^8.75". When I accessed Profile Information page, it doesn’t load necessary information into relevant form fields.Please help me with this isses.
Even I have tried reinstalling Jetstream separately. Problem still exists.
If you open your Console you probably have a console error that livewire is not working properly. Usually the following command is missing at this point
2
Answers
If you open your Console you probably have a console error that livewire is not working properly. Usually the following command is missing at this point
Let me know if this helps
All the best!
publish livewire config
verify the path to livewire in configlivewire.php
inspect the result web page and verify the path for livewire.js file is correct
i think that you production is not in the root directory ,for me it was in a subfolder so i get this problem
hope it work for you