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?