standardnotes / server

Server ecosystem for Standard Notes; fully self-hostable.
https://standardnotes.com/help/self-hosting/docker
GNU General Public License v3.0
249 stars 60 forks source link

cant download files #914

Closed ghost closed 11 months ago

ghost commented 11 months ago

when try download exist file its show error while downloading file

and the files.log have this

i check and the file is exist in same place in disk where is already

{"level":"error","message":"Could not get file metadata for resource: 2334354d-0328-4fab-b586-42401c7e2a0c/77b14b47-3409-45f6-a70d-1bd47b4b9d25","service":"files"}

also when i debug this request when try to download i se my file server url reply like this

Could not get file metadata

patrikgrill commented 11 months ago

Check your "docker-compose"-file, there was a change:

https://github.com/standardnotes/server/commit/c2cbf4459466325d6f3473cfb28fb6ed7f74f0f2#diff-17a0c6751b015005ae01f2eb8831d191f7368148bbf639e8d460aecc772b7d83

09-11-2023_11-42-08
ghost commented 11 months ago

Thanks its fix my issue