File Dropzone different Change behaviour when embedded

Hi,
we're deploying an App via Embed on a foreign domain. Working so far.
We just experienced the first impediment, when it comes to file dropzone, that non-authenticated users can not upload any files. There is a bug report somewhere already.

The issue we have after implementing the workaround is the change event on the file dropzone component.

On non-embedded app, if i select a file, the change event fires and triggers the filestorage upload function and returns an ID

On the embedded app, the same approach shows the file in the dropzone, but does not fire the upload function. Only if i remove the file from the dropzone, the query is fired.

Any ideas or this is a bug?

1 Like

Hey @whynot - thanks for reaching out!

I think I know the thread you're referencing - now you're saying that, when embedding the app, the onChange event handler doesn't even fire? :thinking: How are you embedding? Just with the public URL and an iframe? Or with the API?

It certainly does sound like a bug, but I'm not immediately able to replicate the behavior using either embed method. Are you able to share a JSON export of your app or share a screenshot of how you've configured the event handler?

1 Like