π Reproduction steps
- Go to Console > Functions > [function name] > Executions > Create Execution
- Click on 'Body' and type in some JSON like { "test": "value" }
- Scroll down to 'Create' and click
- See error: FormatException: Unexpected character (at character 3) { βtestβ: βvalueβ }
π Expected behavior
It should pass on the text as typed.
π Actual Behavior
It converts the double quotes into Smart Quotes which is invalid JSON
π² Appwrite version
Appwrite Cloud
π» Operating system
Linux
π§± Your Environment
macOS, Safari
π Have you spent some time to check if this issue has been raised before?
π’ Have you read the Code of Conduct?