-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed as not planned
Labels
bugSomething isn't workingSomething isn't workingfront endRequires front end dev workRequires front end dev work
Description
Browsertrix Version
v1.12.1-e0a93fc
What did you expect to happen? What happened instead?
The frontend doesn't show an error when a URL is entered without http/https. The backend does return an error, but it isn't visible.
Reproduction instructions
- Log in as crawler
- Go to new Crawl Workflow
- Choose Single Page scope
- Enter www.example.com
- Click "Review & Save"
- Click "Save Workflow". The workflow isn't saved, and the server error isn't visible
Screenshots / Video
No response
Environment
No response
Additional details
Originally reported by @dcgomes. There are a few issues here:
- The backend server message isn't visible until the page is all the way scrolled down
- The frontend treats www.domain.com as a valid URL while the backend does not. The frontend correctly shows an error for a string without
www..
We can probably get away automatically appending https if it's omited.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfront endRequires front end dev workRequires front end dev work
Type
Projects
Status
Done!