404 in volumes files manager
-
Since updating to 7.0, my files manager does not work for volumes : when I go to the volumes tab, my volumes show, correctly, but when I try to access the file manager, it loads indefinitely, and the Network tab of dev tools shows a 404 (on
/api/v1/volumes/VOLUME_ID/files/
)Happens with 2 volumes, of type filesystem (1 is considered a mountpoint, the other normal)
Any idea how I can fix that ? OR should I just delete volumes and re-create them ?
-
@nebulon Nope, looks like it does not fix the issue. Anything else you want me to try ? If you need access to my instance, I can give it to you.
To be very clear, everything besides the file-manager works properly : the volumes are present in the apps and everything.
-
@nebulon It appears that they are mounted :
{ ... "HostConfig": { "Binds": [ "/home/yellowtent/appsdata:/mnt/appsdata", "/mnt/volumes:/mnt/volumes", "/srv/river_files:/mnt/2f65b84f-398d-434d-8938-307b9bb54d40", "/srv/video:/mnt/88a42b1c-4517-4d67-be2b-e2abef19eb0a", "/home/yellowtent/boxdata/mail:/mnt/maildata", "/home/yellowtent/platformdata/sftp/ssh:/etc/ssh:ro" ] }
(if this is what I am supposed to be looking at)
-
Dec 17 16:41:52 [GET] /files/volume-88a42b1c-4517-4d67-be2b-e2abef19eb0a/ Dec 17 16:41:52 get: /mnt/volumes/88a42b1c-4517-4d67-be2b-e2abef19eb0a as download:false Dec 17 16:41:52 [404]: not found Dec 17 16:41:54 [GET] /files/volume-88a42b1c-4517-4d67-be2b-e2abef19eb0a/ Dec 17 16:41:54 get: /mnt/volumes/88a42b1c-4517-4d67-be2b-e2abef19eb0a as download:false Dec 17 16:41:54 [404]: not found Dec 17 16:41:58 [GET] /files/volume-88a42b1c-4517-4d67-be2b-e2abef19eb0a/ Dec 17 16:41:58 get: /mnt/volumes/88a42b1c-4517-4d67-be2b-e2abef19eb0a as download:false Dec 17 16:41:58 [404]: not found