Did you symlink the storage on do?
php artisan storage:link?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am trying to deploy my app to Digital Ocean / Ubuntu 22.04 / Nginx.
The site is running, but when I try to upload an image, the controller receives null... no errors given
I am using Laravel 10.7.1, Inertia and Vue3, file upload handled by Laravel Media Spatie Library (if relevant)
I select the file, and fill the forms as in local, previews shown, but when I post the form, nothing is received, no errors, nothing.
Please or to participate in this conversation.