Vincent Neubauer

Results 13 comments of Vincent Neubauer

Hi @tibbi, that's what I thought too at first. But, to my understanding, the home screen is not the same as the app drawer or am I wrong? I would...

Before going as far as forking the project, I've created an issue at the feed-io project to ask what the current maintenance status is. Maybe the lack of activity is...

When switching from the old editor or from the markdown editor, task lists are converted to bullet lists. Switching them to a task list is easy (simply click the task...

- `Ctrl+S` does not save draft although the toast notification saying otherwise. - `Ctrl+Return` does not save page although the toast notification saying otherwise.

@cottonthread this is currently another bug in Caddy. See: AFAIK there are 3 possible workarounds right now. 1. Match against a missing `Content-Length` header (not sure if this actually works,...

You have to drop the `header Transfer-Encoding chunked` line. Caddy does not export that header to match against it in the config. The missing `Content-Length` check is a workaround. This...

I don't think, that the index.php file is the issue here, as the request would most likely not even reach it. The request is routed like so: client (Browser) ->...

@WeidiDeng If I understand correctly, php-fpm will read the content-length header. But if `Transfer-Encoding: chunked` is used, that header is not given by the client. Instead each chunk will be...

@shyim Previously we've been using nginx on our Shopware 6.4 setup without any issues. Here is the config we've used: [nginx.conf](https://github.com/user-attachments/files/17294502/nginx.conf.txt)

I found that too, but could not get that to work. If I understood that correct, it would crash on requests greater than 4k. But that may be okay, because...