I am building my first app with filament, but i am getting an error which i cant solve myself. Have read several posts similar to this problem, but I have not yet been able to find the solution.
When i upload an image with FileUpload, it is saved in the app storage folder, which is linked to the public storage folder with php artisan storage:link.
FileUpload::make('image') ->image()
I changed the app URL in the env file, but this makes no difference: APP_URL=http://127.0.0.1:8000/
Console says Net::ERR_CONNECTION_REFUSED (see attached screenshot).