I am submitting a form in my SCA site to a backend-suitelet which is handling my data and creating a record. When I submit the form, it works correctly and submits the form, but for some reason I still see and error in the console
Unexpected token u in JSON at position 0
. Any suggestions where this may be coming from, and is it a bad idea to ignore it if its working despite the error?