I believe this caused the URL parser to fail because %s is not a valid url-encoded character, which is causing undefined behavior (in our case being recognized as an internal link).
I can fix that part for sure, but I’m not sure I can fix the failed parsing because we’re using a built-in browser parser.