You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is something confusing with the way we store the url and anchor.
The scraper index both a anchor field and a url one, but the url already contains the anchor. We do that because we're doing a distinct on the url. But the JS client also concatenate the url and anchor, which results in weird things.