I have a Laravel 10 app with Jetstream working perfect on local.
When I upload my app to a cpanel shared hosting, when I access to the pages I have created, I have no problem, but when I try to load the profile or team pages (from jetstream) I have this error:
Vite manifest not found at: /home/xxxx/public_html/resources/css/forms.css/manifest.json
The manifest is actually in this folder:
/home/xxxx/public_html/css/forms.css/
I don't understand why I have resources folder added in the path for the profile and team pages
Is there a path to set in jetstream ?