Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmatic clinks cannot use substitutions as part of host #244

Open
davidreisbr opened this issue Aug 22, 2024 · 0 comments
Open

Programmatic clinks cannot use substitutions as part of host #244

davidreisbr opened this issue Aug 22, 2024 · 0 comments

Comments

@davidreisbr
Copy link

Repro:

  1. Try to create a programmatic link go/foo/%s -> http://foo%s.domain.com

Expected: Creation succeeds and do link works as expected

Actual: I get a toast error: You must provide a valid destination URL
image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant