Html Form + Robodog: Web page crashes on form submit, adds form data to url parameters

Anyone ever run into webpage crashing/url parameters issues with integrating uppy/robodog with an existing html form?

File uploads are handled by existing form handler, and are successfully being sent to transloadit for assembly, but the web page crashes and adds all the form data to the url.

(1) How can i prevent the page from crashing?
(2) How can i prevent the form data from being added to the url?

Live Form: https://www.memered.com/add
Implementation:

<script>
  window.Robodog.form('#Meme-Form-3', {
    params: {
      auth: {key:'xxxxxxxxxxxxxxxxxx'},
      template_id: 'xxxxxxxxxxxxxxx'
    }
  })
</script>