Closed tlindsay42 closed 5 years ago
Thanks @tlindsay42, though as this is an app rather than api issue could you please re-open in the app issues list? Cheers! 🙏
Whoops! Just found that https://github.com/xbrowsersync/app/issues/62 has already been opened for this one. Thanks @nero120!.
Ah yes! Thanks mate.
Noticed that when I attempt to update the URL of a previously saved bookmark, it consistently fails to update if it is a subset of the existing URL (eg: https://github.com/tlindsay42 -> https://github.com/tlindsay4).
Error message:
URL has already been bookmarked
Workaround: Insert a character into the base string so that it is no longer matches the parent and then update it again to the desired URL (eg: https://github.com/tlindsay42 -> https://g*r*ithub.com/tlindsay4 -> https://github.com/tlindsay4).