dulibrarytech / digitaldu-backend

backend app to the DU digital collections repository
Apache License 2.0
1 stars 0 forks source link

JS timers and redirects used in the client-side import module behave differently depending on the Browser and OS #289

Closed freyesdulib closed 3 months ago

freyesdulib commented 8 months ago

Chrome on Windows appears to have the most problems. The browser fails to detect that an ingest has progressed or stalled and displays a "catch all" network error. I'm going to move the redirects to the server-side in order to rely less on the browser and OS.

freyesdulib commented 3 months ago

Ingest process refactored.