mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[GH-ISSUE #1175] Bug: Safari doesn't redirect to "Adding URLs in progress" page after Add action in UI #3749
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#3749
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @melyux on GitHub (Jul 12, 2023).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1175
Are you guys just waiting all that time for new links added to be completely snapshotted? Because when I add links from the web UI, it takes over a minute for each separate URL for the web UI to even respond. Is there any reason this isn't done in the background (keep it "Pending..." until it's done)?
@rmohns commented on GitHub (Jul 15, 2023):
100%
Feature request: Asynchronous archiving of URLs submitted via web UI
@melyux commented on GitHub (Jul 15, 2023):
Actually it seems like it does do it in the background, but the page is just loading forever... or sometimes goes to the spinning ball page. Some hybrid thing
@pirate commented on GitHub (Jul 18, 2023):
It does do it in the background, there is no need to stare at the loading page, just navigate away or refresh. You can watch the progress on the Log page.
@melyux commented on GitHub (Jul 20, 2023):
I guess some sort of progress page would work better. The eternal loading eventually gives 501 errors. But that's a different issue because it doesn't cause any actual downloading problems
@rmohns commented on GitHub (Jul 21, 2023):
It’s confusing for a long-running process to have no user feedback until it’s done. A better experience would be for the page to immediately return to the user a message saying “Archiving process has started. You can close or navigate away from this page without interrupting it.”
@pirate commented on GitHub (Jul 27, 2023):
It already says that: "it's safe to leave this page, adding will continue in the background".
If anyone wants to contribute a live loading page that doesn't add a lot of complexity, I'm happy to review PRs, otherwise it's very low priority for me at the moment.
@melyux commented on GitHub (Jul 27, 2023):
For me, the "It's safe to leave this page" page only occasionally shows up. Most of the time it just starts loading forever until I get a 501 error from the reverse proxy
@pirate commented on GitHub (Jul 27, 2023):
Interesting, what browser are you using and how long do you wait? The message is just fired by JS after a timer on form submission, it's not actually reacting to anything.
@rmohns commented on GitHub (Jul 28, 2023):
I experience the same as Melyux. I use Safari on Mac, iPad and iPhone.
On July 27, 2023, GitHub @.***> wrote:
—
Reply to this email directly, view it on GitHub
<https://github.com/ArchiveBox/ArchiveBox/issues/1175#issuecomment-
1654528180>, or unsubscribe
<https://github.com/notifications/unsubscribe-
auth/AAQIJPOYQTFR5I3CMGNCEQTXSLF33ANCNFSM6AAAAAA2HEAKZU>.
You are receiving this because you commented.Message ID:
@.***>
@melyux commented on GitHub (Jul 28, 2023):
Same for me, Safari all around
@rmohns commented on GitHub (Jul 28, 2023):
Here – this short screen recording should better show what we are talking about:
Safari behaves differently from Chrome; while Chrome immediately returns to the "Adding URLS to index…" screen, Safari is waiting for … something? If you hit the Stop button, then you immediately see the "Adding URLs" screen.
@pirate commented on GitHub (Aug 13, 2023):
this is likely related to https://github.com/ArchiveBox/ArchiveBox/issues/875
@pirate commented on GitHub (Nov 9, 2023):
Please try the latest version 0.7.1 and report back if you're still seeing this issue.
@pirate commented on GitHub (Jan 8, 2026):
fixed on
devas of a while back, please open a new issue and link to this one inside it if you see anything similar!