I am getting the error in the title and here is the full stack trace, i am not sure what it is, any insight is welcomed!
browser_adapter.js:84 EXCEPTION: Error i
The error seems to be due to the fact that i was trying to stringify the entire myForm object where as what i wanted was to stringify only the values
the correct syntax
let Form = JSON.stringify(this.myForm.value);