have you created your storage link?
php artisan storage:link
Hi All..... I am using the Jetstream scafolding for user management, and I have enabled the profile photo capability in the config file. When I click on the Select a new photo button in the profile management, the browser displays the file selection popup, I select a photo, click the 'open' button on the browser popup, and the popup goes away, and then immediately returns prompting me to select an image a second time. There is nothing in log files at all... just silence.... then when I select a picture a second time, either the same one or a different one, it fails, gracefully, with the validation error message saying "Photo failed to upload"..... when I check the logs now, there is a massive stack trace saying
local.ERROR: File does not exist at path .....storage/debugbar/Xb03601ac322a6bff4a60daf2a687161a.json
And its right... that path does not exist....
Any ideas what is happening here?
Please or to participate in this conversation.