Browser goto only works once, then stops

I am unsure if this is a bug or me not clearing something properly.

I have a form, on success it clears the form and then does a goto to get to another internal page with this

<form method="post" id="product_import" is="dmx-serverconnect-form" action="/api/booking-providers/set-product-import-list" dmx-on:success="product_import.reset(true);browser1.goto('/product-settings')">

On the first submission of the form, it indeed redirects the browser to the next page, however if later on I go back to that same form, and choose some different options, and then submit again, it just resets the form and never does the browser redirect to the next page.

Anyone got any idea why?

Community Page
Last updated: