{"section":"known-issues","requestedLocale":"en","requestedSlug":"mdv2-returns-error-504-gateway-timeout-when-we-try-to-update-a-document-passing-a-symbol-or-special-character","locale":"en","slug":"mdv2-returns-error-504-gateway-timeout-when-we-try-to-update-a-document-passing-a-symbol-or-special-character","path":"docs/en/known-issues/Storage/mdv2-returns-error-504-gateway-timeout-when-we-try-to-update-a-document-passing-a-symbol-or-special-character.md","branch":"main","content":"## Summary\r\n\r\n\r\nThe behavior of the API when trying to update a document that contains a symbol in a field of type string such as `\"name\": \"Product1 14€\"`, will return the error 504 Gateway timeout and will not update the document.\r\n\r\n\r\n#### Simulation\r\n\r\n\r\n\r\n1. Make a PUT request to update a document through the API, in the body include the special character in a field of type string.\r\n\r\n    \\{ \"name\": \"Product1 14€\", ...\\}2.  Look at the API response and verify that it returns the error 504 Gateway timeout.\r\n\r\n\r\n#### Workaround\r\n\r\n\r\nDelete the special character and enter the name of the symbol. For example: \"`14 euros`\""}