Return to main Dashboard screen after selecting files in a plugin

The live Uppy example has a behavior I can’t seem to replicate in my own instances of Uppy. Can anyone point me to how to replicate it?

That is, on the Uppy.io live example, after using a Companion plug-in like Dropbox to select files (after clicking “Select 2 files” for instance), the UI returns to the main Dashboard screen. In my local Uppy, clicking the Select button generates a notification such a “2 files selected” but it remains on the file listing plug-in screen.

I tried different combinations of flags but can’t seem to replicate the behavior. The StackBlitz example doesn’t have the same behavior. Is there maybe an event I should be using?

A related question might be: how could I change the behavior from selecting files within a plug-in screen to simply performing the upload from that screen? I.e. don’t allow users to go back to main screen before upload.

The general idea here is that it feels unintuitive to have to navigate into and out of multiple screens in order to complete imports/uploads from a Companion plug-in.

Hi, I don’t know you are not going back to the main screen after selecting files. You also didn’t share any code for us to see.

Maybe autoProceed might be interesting for you to immediately start uploading.

1 Like

Thanks! I didn’t post code because mine is overly complicated, which is why returning to the main screen was not working. :sweat_smile: Just getting your confirmation that Dashboard is supposed to go back was a great help. Thanks!