SimonTod

Results 5 comments of SimonTod

I'm struggling a lot to find a working configuration to make that work with an apache2 reverse proxy using rewrite module. Anyone would have a solution please ?

I fixed the issue with the next syntax : ```php use JMS\Serializer\Annotation\AccessType; #[AccessType(type: 'public_method')] class User { } ``` I think it would be a good thing to update the...

There is a small section about it : [Converting your annotations to attributes](https://jmsyst.com/libs/serializer/master/reference/annotations#converting-your-annotations-to-attributes)

I can confirm that this issue is present since 4.10.1. 4.10.0 and below work fine.

@code-asher Thanks a lot. I had this next line missing in my reverse proxy config ``` proxy_set_header Host $host; ``` and this next one had to be commented ``` #...