Results 7 comments of Cendyne

This hit me too and it was a surprise disruption to manual testing.

Any news on this @Rob4226

I ran into this too. Good news, read through. I have verified that setting `FILE_SIZE_LIMIT` and restarting updates the `nginx.conf` in the proxy container. For example, mine looks like ```...

Rage shaking was not recognized during this flow. I am unable to submit logs with that method. Here's a screenshot at least. ![FD5AE240-F822-4794-92E5-5065D39A6AC2_1_101_o](https://github.com/vector-im/element-ios/assets/83187359/07a6823d-da9f-4a03-a353-c6a0da249160) Again, the issue is: The way Element...

Thank you for responding! I do plan to use this method for some middleware, however some routes need to have route-specific middleware. For example, I regularly do something like this:...

For now, I'm using `as any` to bypass the typescript error. I look forward to its resolution. ```ts openapi.get("/object/:id", hasScope('object:*'), ObjectReadHandler as any) openapi.put("/object/:id", hasScope('object:create'), ObjectCreateHandler as any) openapi.delete("/object/:id", hasScope('object:delete'),...