If not inputting any description the server send back a valid recipe with description: null which the frontend JSON decoder can't handle, failing with above message.
Furthermore, if attempting again you'll get a failure message about duplicate title 😢
If not inputting any description the server send back a valid recipe with
description: null
which the frontend JSON decoder can't handle, failing with above message. Furthermore, if attempting again you'll get a failure message about duplicate title 😢