Good Morning,
I’m following the chapter 16, with personal changes to the Acronym’s model, and I’m having a issue. I made the form as in the book, but I need to pass two arrays in it. I don’t know why, but it doesn’t work. In the form, customers can choose through buttons different tax statements, and for each button pressed, my JS function pushes a value to the array. Every time the array is modify, the function retrieve the hidden input id and assign the array to it. Why the POST doesn’t recognize the arrays? I already checked the “input’s name” and they’re seems correct. When I click the send Button, the Acronym is created, the browser redirects to the acronym’s page but there is no array’s values, and an error occurs in the xcode’s console " [ ERROR ] Abort.404: Not Found (ApplicationResponder.swift:50). If I go to the browser console it log "Failed to load resource: the server responded with a status of 404 (Not Found) - http://localhost:8080/favicon.ico.
Thank you very much for your help-