You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: Creation succeeds and do link works as expected
Actual: I get a toast error: You must provide a valid destination URL
Ideally replacements should work on any part of the url, like host, protocol, etc. and the replaced string should work as a subpart as well. I.e. go/foo/%s -> http://foo%s.com and not only go/foo/%s -> http://%s.com
The text was updated successfully, but these errors were encountered:
Repro:
Expected: Creation succeeds and do link works as expected
Actual: I get a toast error: You must provide a valid destination URL
Ideally replacements should work on any part of the url, like host, protocol, etc. and the replaced string should work as a subpart as well. I.e. go/foo/%s -> http://foo%s.com and not only go/foo/%s -> http://%s.com
The text was updated successfully, but these errors were encountered: