Tim

Results 3 comments of Tim

You might want to check out https://github.com/johnsoncodehk/volar/discussions/592 for additional workarounds.

As a workaround, I removed the docker proxy rule and added the following extra nginx rule: ``` location ~ ^/(?!(.well-known)) { proxy_pass http://0.0.0.0:; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header...

I had pretty much the same problem after upgrading apiPlatform from 3.1 to 3.2. I think the change originated here: https://github.com/api-platform/core/pull/5095 the introduced breaking change got kind of fixed here:...