STR:
Expected result:
Red message " The custom URL must consist of letters, numbers, underscores or hyphens" should be displayed.
Actual result:
404 Page not found.
Notes:
This issue is reproducible with FF59(Win10) on AMO dev.


@tofumatt, I am not sure but can trimming the blank spaces before submit help? ideally we should trim spaces before submitting form.
Okay trimming will resolve the issue, as backend API has trimming and check for max 30 characters.
i will give a patch soon.
Thanks for the suggestion and the offer to fix it @tsl143!
Done :)
Verified fixed on AMO dev with FF59(win10).


Most helpful comment
Okay trimming will resolve the issue, as backend API has trimming and check for max 30 characters.
i will give a patch soon.