
+2
Under review
.htm and .html files cannot be synced; e-tag error
I have several folders of local website development projects that were - until recently - syncing very well to my Filerun instance, using the latest Windows Nextcloud client. Now, any files ending in .htm or html throw an error by Nextcloud, No e-tag received from server, check proxy/gateway.
I have already installed the replacement download.php suggested in a previous thread concerning the e-tag issue, but it has not fixed the problem. I think either Filerun or Nextcloud is trying to treat the HTML pages like they are part of an active website that is being served, and while that is true on my local machine, it should not be the case here.
Customer support service by UserEcho
PS: I am also getting the occasional error 500 when syncing text files. Yes, I removed and re-added my sync connection.
Are you using a reverse proxy, or some type of cache, cloudflare?
Any PHP errors logged on the server?
No proxy, and host has turned of NGINX caching; first thing I thought of. No errors logged either.
It would help if you could include some of the Nextcloud log (F12 from Settings panel of the sync app)
Hi,
Apologies, I did find a relevant error log entry, on the server:
[Fri Mar 25 04:00:58.300340 2022] [cgi:error] [pid 3093492] [client X.X.X.X:44786] AH01215: #4 /home/ustorage/fstore.ruggieroav.net/system/modules/fileman/sections/default/php/webdav.php(5): FileRun\\Web in /home/ustorage/fstore.ruggieroav.net/system/classes/vendor/FileRun/Files/Actions/Upload/PUT/Upload.php on line 36: /usr/local/cpanel/cgi-sys/ea-php74
I'll post the relevant error logs from Nextcloud when I am back on my home PC.
The Nextcloud logs are verbose, but I think this represents an error:
2022-03-25 17:17:42:020 [ debug nextcloud.sync.statustracker C:\Users\sysadmin\AppData\Local\Temp\2\windows-9041\client-building\desktop\src\libsync\syncfilestatustracker.cpp:274 ] [ OCC::SyncFileStatusTracker::slotItemCompleted ]: Item completed "Benassi Bros/No Matter What I Do/AlbumArt_{B5020207-474E-4720-7F59-D82DF3F26200}_Large.jpg" OCC::SyncFileItem::NoStatus CSyncEnums::CSYNC_INSTRUCTION_UPDATE_METADATA
(note that these AlbumArt files are another item that Nextcloud has always had issue with)
I have the same issue after multiple installs over the months/years. I had reported the issue before, but I didn't provide adequate information for an investigation. I didn't notice the file types causing the e-tag error until it was pointed out above, it does seem consistent with the file type.
I have hundreds of these errors and it does seem to be almost all.html files in my case. Here's a snippet of an example.
I'm on FileRun server 20220519 via Docker on Unraid with NextCloud client 3.4.2 with Windows 10 Pro. I use Nginx Proxy Manager for my reverse proxy.
Just checking if there is more information I can provide to help understand the issue above
I also have this problem. My configuration is FileRun version 20220519 via Docker on QNAP NAS client 3.5.4 on Windows 11. I use Cloudflare Argo Tunneling service (another docker on my NAS)
I will look into this shortly. (Though I don't see an actual error message in @dwong's log.)