{"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\n\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.\n\n## Simulation\n\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.\n\n    \\{ \"name\": \"Product1 14€\", ...\\}2.  Look at the API response and verify that it returns the error 504 Gateway timeout.\n\n## Workaround\n\nDelete the special character and enter the name of the symbol. For example: \"`14 euros`\""}