Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading Files Into Deleted Folders Fails #485

Open
ThomasThelen opened this issue Jun 3, 2019 · 0 comments
Open

Uploading Files Into Deleted Folders Fails #485

ThomasThelen opened this issue Jun 3, 2019 · 0 comments
Labels

Comments

@ThomasThelen
Copy link
Member

This is a local storage/currentFolderID problem. I think that when the folder is deleted in the incognito window, the currentFolderID is unchanged in the normal browser window. When you go to upload a file, we send that folder ID to the backend.

This was reported in pull 484

From Kacper,

In regression test item 5. if you try to upload a file instead of reloading /manage it silently fails, throwing some exception in the console.

  1. Open a non-incognito browser tab, log into the UI and navigate to the /manage view
  2. Create a folder (e.g. test123) and click down into it
  3. Open an incognito browser tab, login to the UI again, and navigate to the /manage view
  4. In the incognito tab, delete the test123 folder and close the incognito tab
  5. Refresh your non-incognito browser tab
  6. You should not be stuck on a blue screen
  7. You should not need to manually refresh the page
  8. You should be taken to the /manage view of your Home folder. NOTE: Your last refresh may 9. take a couple of seconds longer than usual
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant