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
Currently, only the domains displayed in "Manage domains" allow editing the redirects.
Allow setting up redirects for new domains/domains not yet used on short URLs, as the REST API supports it, and it would match the behavior of the CLI command.
The text was updated successfully, but these errors were encountered:
Shlink only returns domains that have either been used for some short URL, or have some redirect explicitly configured. That means that "creating" a new domain with no redirects will make Shlink to not return it.
Even if at least one redirect is enforced for "new domains", once created, you no longer know if the domain is used in some URL or not, so the user could edit it afterwards and remove the redirect/s.
This could be mitigated if Shlink returned the amount of URLs in which the domain is used.
acelaya
transferred this issue from shlinkio/shlink-web-client
Feb 2, 2024
Summary
Currently, only the domains displayed in "Manage domains" allow editing the redirects.
Allow setting up redirects for new domains/domains not yet used on short URLs, as the REST API supports it, and it would match the behavior of the CLI command.
The text was updated successfully, but these errors were encountered: