MuckRock / documentcloud-frontend

DocumentCloud's front end source code - Please report bugs, issues and feature requests to info@documentcloud.org
https://www.documentcloud.org
GNU Affero General Public License v3.0
17 stars 5 forks source link

Unclear what happens after clicking Begin upload #731

Closed duckduckgrayduck closed 1 month ago

duckduckgrayduck commented 1 month ago

When I click "Begin upload" on a document, it isn't clear to me that the document is actually being uploaded or that it has begun processing. It doesn't redirect me to the previous view (documents) nor give me any status bar to view that the document is in the process of uploading. Upload Clicking "All documents" on the sidebar after finally shows me that a document is potentially being uploaded, but still no progress bar, just shows "0 pages" 0Pages

duckduckgrayduck commented 1 month ago

I wonder if this is just a problem with my document? It seems to fail to upload the document/stuck in processing forever

eyeseast commented 1 month ago

This was a CORS issue. Uploads should work now. I'm going to open a separate issue on refactoring the upload UI.