Page MenuHomeSoftware Heritage

Requesting cooking with email address + "Enter " key returns an error
Closed, MigratedEdits Locked

Description

  1. Go to https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/chromium/chromium
  2. Click "Download"
  3. Type email address
  4. Press Enter
  5. Browser is redirected to https://archive.softwareheritage.org/browse/origin/directory/? which shows "BadInputExc: An origin URL must be provided as query parameter."

Event Timeline

vlorentz triaged this task as Normal priority.Jan 12 2022, 6:26 PM
vlorentz created this task.

This is because the vault modal does not contain a real HTML form so there is no submit event sent when pressing Enter.

I already tried to fix that but did not find a good solution so far, will try harder then.

Is it possible to make it a real form?

anlambert claimed this task.

Fixed and deployed.