We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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).
The text was updated successfully, but these errors were encountered:
Thanks @tlindsay42, though as this is an app rather than api issue could you please re-open in the app issues list? Cheers! 🙏
Sorry, something went wrong.
Whoops! Just found that xbrowsersync/app#62 has already been opened for this one. Thanks @nero120!.
Ah yes! Thanks mate.
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: