Image previews not showing up
Extends https://discord.com/channels/883083792112300104/956270111176679516/1173645569621762128 , please read it. anyways i re-ask it:
so i upload an image in a livewire form. in localhost i can see the preview. in prod i cant
last update:
i tried to publish the livewire config file and modify the
temporary_file_upload
part, but im still having the same issue
u think could be something related to nginx? what should i do?4 Replies
have you given or applied the directory permissions for storage and given access to www-data group for nginx or whatever the nginx group is?
ill have a look hmm
sound's like nginx trying to server your images as static assets directly instead of through livewire's proxy.
🤔
nvm i solved it adding this to the enabled site:
https://github.com/livewire/livewire/issues/1713#issuecomment-703910523