I made a video of the problem so you can better understand what is happening : GUI is not up to date with filesystem (showing the filename of the previous rename instead of the actual one) !
At the end of the video the test.txt file is:
test4.txt on the filesystem (good)
test3.txt on the webui (wrong)
I tried to re-sync datasource and I’m still in the same incoherent situation after.
A little surprised not to see other reports, am I alone with this problem ?
Hi,
this seems weird, i don’t have this issue. docker on mac with pydio cells 1.2.5
i would also advise you to ask on the forum first before opening an issue on github, this way we can figure the issue, before opening the ticket (if needed).
Ok I’ll do that next time.
Last time I post an issue on the (old) forum, someone told me to open an issue on Github for the bugs so this time I did both
For the issue, I’ll do some tests on other host OS (CentOS 7) ant other filesystem (I’m currently using btrfs on my server).
yeah fair enough,
i did not ask but could you describe your setup?
do you have a reverse proxy, is your cells running on a vps, vm or w/e?
i want to make sure that i did not miss something.
ah i see, it could be the proxy,
i don’t have experience with Haproxy but could you tell me what kind of config is it, even better show it.
Maybe there a rule missing.
Definitively not a reverse-proxy issue.
A vanilla install still does the same on this server binding directly the docker container to public IP.
Tried on a VM on my local computer, with the same software environment and I didn’t see the problem …
I checked in db, table “data_index_personal_idx_nodes” contains the good value.
mmm,
do you use a volume?
it’s hard to understand where the error comes from as it seems to be specific to you, it’s going to take some testing to figure where it is.
Yes, I removed the proxy, the port is directly mapped to the host port.
Cached cleared and I tried in private mode.
I also change the domain to try.
Edit:
This is going to make me crazy !
Thank you for your help investigating this issue.
I’m going to rebuild a new server to see what is wrong here.
Give me a few days and I’ll come back and told you what I found.