Copying and pasting an url from Azure DevOps that contains spaces will add "%2520" instead of only "%20".
Example:
https://www.abc.com/web site/abc will create a link for "https://www.abc.com/web%2520site/abc" which will fail to open.
Multiple browsers, clean cache, all same effect.