dasundev / livewire-dropzone

A Livewire Dropzone component for simple drag-and-drop file uploads.
https://dasun.dev/docs/livewire-dropzone
MIT License
161 stars 15 forks source link

does not show thumbnail in production #14

Closed maxxyryo closed 6 months ago

maxxyryo commented 8 months ago

When using the package on local host the thumbnail appears, but when uploading the package to production the same gives an error in the link, can you help me with this?

dasundev commented 8 months ago

@maxxyryo What is the error are you encountering?

maxxyryo commented 7 months ago

the thumbnail of the temporary image does not appear I have already given the following commands: php artisan view:clear php artisan route:clear php artisan config:clear php artisan cache:clear

and even so, when uploading, the thumbnail does not appear

dcblogdev commented 6 months ago

could it be that on production you need to link storage? php artisan storage:link

dasundev commented 6 months ago

could it be that on production you need to link storage? php artisan storage:link

@maxxyryo you should do this.

Closing this issue.