I have a REST api that returns tasks / companies / notes / etc. It works fine on localhost, no matter what task description or company name I write, but I put my application on the server, and when I use characters like "ΕΕΊΔ
ΕΌΔΔ", there is an error Your data could not be encoded because it contains invalid UTF8 characters." at app/endor/jms/serializer/src/JMS/Serializer/JsonSerializationVisitor.php line 36 .
Databases are the same, tables are the same, all configuration parameters are the same. How can i fix this?
source share