ushahidi / platform

Ushahidi Platform API version 3+
http://ushahidi.com
Other
669 stars 503 forks source link

Error saving/getting files to storage #4522

Open lupa18 opened 1 year ago

lupa18 commented 1 year ago

Describe the bug When I upload a file, then it get saved at: storage/app/6/3/ but when accessing the frontend it tries to get at: storage/6/3/

So images can't be displayed.

Where was the bug observed https://elavizor.tedic.org/

To Reproduce Steps to reproduce the behavior:

  1. Install platform using docker, also client
  2. Upload an image
  3. You will see is saved on your backend
  4. But, doesn't show con frontend

Expected behavior

You should see your images here: image

They are in the backend: image

Additional context Installed and running using docker

tuxpiper commented 1 year ago

It looks like this behaviour can be addressed by configuring the deployment with FILESYSTEM_DRIVER=public