question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`uppy.reset()` is sending a DELETE request, and it probably shouldn’t

See original GitHub issue

How can we redirect back to the Dashboard after the upload-success event?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
arturicommented, Dec 12, 2018

Ah, gotcha. uppy.reset() should do it:

uppy.on('complete', function () {
  uppy.reset()
})
0reactions
kvzcommented, May 22, 2019

Hi there, we’ve been going over all issues with the team again and are marking this one as a duplicate of #1164. We’ll be handling it there and happy to accept more feedback there, too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

const - Uppy
upload() method to be called, before starting an upload. Setting this to autoProceed: true will start uploading automatically after the first file is...
Read more >
Migration guides - Uppy
Remove reset() method. It's a duplicate of cancelAll , but with a less intention revealing name. To migrate: use cancelAll .
Read more >
Dashboard - Uppy
Dashboard. @uppy/dashboard is a universal UI plugin for Uppy, offering several useful features: Drag and drop, paste, select from local disk / my...
Read more >
Getting Started - Uppy
Uppy is a sleek and modular file uploader. It fetches files from local disk, Google Drive, Instagram, remote urls, cameras etc, and then...
Read more >
Socket Programming in Python (Guide)
In this in-depth tutorial, you'll learn how to build a socket server and client with Python. By the end of this tutorial, you'll...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found