In a published canvas app an uncaught error triggerd a complete reload.
Setup was a forms connected to a sharepoint list. The problematic datacard was set to type "number" and as soon as the user typed in a dot "." the reload was triggered. But only in the initial new mode of the form.
The logged Error was the following:
Uncaught TypeError: Cannot set properties of null (setting 'textContent')
Unfortunatly we don't have access to the full error anymore.
Has anyone already accounted such an error?