anytype-ts
anytype-ts copied to clipboard
Invitation Link not redirecting to Anytype on Fedora
Have you read a contributing guide?
- [X] I have read CONTRIBUTING.md
- [X] I have searched the existing issues and didn't find any that were similar
- [X] I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
When inviting someone with Fedora as OS to a workspace via invitation link, the link won't redirect to Anytype, as protocol handlers are being handled differently on each platform. anytype:// just won't work with Fedora, at least not with my knowledge. Opening the link via command line with
xdg-open anytype://invite/
does not work either, as the protocol is not registered correctly, even though Anytype is installed.
There seems no other way to open an invitation link, as from the browser. There could be an "Paste Invitation Link" field within Anytype to make things much easier.
Expected Behavior
When receiving an invitation link, I want to be able to open the link, no matter what operating system I use. Either via browser or via Anytype itself.
Steps To Reproduce
- Invite someone to Anytype
- Share the link
- Try to open the link from different operating systems
- See how the links are being handled differently in different OS
Environment
- OS: Fedora
- Version: 40
- Gnome 46
Anything else?
No response