On Thursday, August 30, 2018 at 8:44:39 AM UTC+2, Altug Ozcelikkale wrote: > > Hi PMario, > Thank you so much! Disabling compression on the server fixes it :) >
Cool :) > I am using TW version 5.1.17 and it indeed behaves differently than 5.1.16 > (where I can't save at all due to an error message with a request error > code 412) > Yes. ... There was a problem, which should be fixed for nginx, apache and IIS (MS internet information service) - WebDav settings now. All of them behave a little bit different, which makes it hard to do it right :) > As for the solution for those with the same issue, I am running Seafile > with reverse proxy behind Nginx. I added: > > gzip off; > > in the `nginx.conf` under `http` block. Restarted Nginx and Seafile/Seahub > and voila! I can save files multiple times without any issues so far. > I hope I won't get too much of a performance hit due to disabled > compression. I think it might be possible to optimize the compression > settings by excluding html files in `gzip_types` rather than disabling > compression as a whole but I will leave exploring it to later. > I did some tests in a "local" setting, where download performance isn't a problem. ... With compression ON a 2MByte empty TW will be about 350kByte in transit! So if you have a slow connection it will make a difference. > Also please note that this only fixes the `file changed on server` issue > with TW 5.1.17. > OK It won't fix the request error I am getting with the other version. > I may have missed this info. Can you give more details? -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e73ab5ac-b1cf-472d-8d0c-037a36157b76%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

