mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #3060] [Bug] Links don't open in a browser #1345
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1345
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maticmeznar on GitHub (Jul 25, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3060
Originally assigned to: @LucasXu0, @Xazin on GitHub.
Bug Description
I'm a first time user of AppFlowy and I've noticed that none of the external links open in a browser. Same for clicking help and support links from the icon in the bottom right corner. Both AppFlowy and Firefox are running as a Flatpak. I have no problems with links in Obsidian, which also runs as a Flatpak.
When I run AppFlowy from the terminal I get
Jul 25 09:44:40.201 ERROR ThreadId(14) dart_ffi:{"message":"Uncaught platform error"} {"msg":"Uncaught platform error"}error each time I click on a link from the help and support icon, but no error when I click "Open link" on a link in a document.I've also tried it on another computer with Ubuntu 22.04 and Firefox in a snap with the same result.
How to Reproduce
Click on a link in the help and support menu.
Expected Behavior
I expect the link to open in my default browser, in a new tab.
Operating System
Fedora Workstation 38 (x86_64), Ubuntu 22.04 (x86_64)
AppFlowy Version(s)
0.2.7 (Flatpak)
Screenshots
No response
Additional Context
No response
@annieappflowy commented on GitHub (Aug 6, 2023):
@richardshiue , can you reproduce this issue?
@ttollet commented on GitHub (Aug 9, 2023):
If it helps, I can reproduce this issue.
Firefox: system package, version "116.0+linuxmint1+victoria"
AppFlowy: flatpak, version 0.2.8
Operating system: Linux Mint 21.2 Cinnamon.
@richardshiue commented on GitHub (Aug 10, 2023):
Reproducible. I've narrowed down the problem to this issue https://github.com/flutter/flutter/issues/88463. I'll be able to test and fix this after I clear some space on my laptop to build the flatpak
@rob32 commented on GitHub (Feb 6, 2024):
I have the same issue here.
Flatpak (v0.4.5).
OS: Fedora 39
edit: Browser/Firefox does not run as a flatpak (rpm)...
@apollo13 commented on GitHub (Feb 19, 2024):
I am also running into this. Every click on the link throws:
Flatpak (v0.4.9) on Fedora 39.
@apollo13 commented on GitHub (Feb 19, 2024):
A bit of googling suggests that dropping the use of
canLaunchmight fix this (and where needed catch thePlatformException)@Xazin commented on GitHub (Mar 3, 2024):
This should be resolved, feel free to let us know if you are still experiencing issues with launching urls.
@apollo13 commented on GitHub (Mar 11, 2024):
I'd love to verify this, but apparently there are no build for 0.5.1?
@Xazin commented on GitHub (Mar 11, 2024):
New versions are released bi-weekly, today is release day and 0.5.1 was just released 1-2 hours ago, cheers
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.5.1
@apollo13 commented on GitHub (Mar 11, 2024):
Thank you, did a flatpak build against the new release (https://github.com/flathub/io.appflowy.AppFlowy/pull/87) and it works. Would be great if someone from the team could merge the flatpak PR.
@LucasXu0 commented on GitHub (Mar 12, 2024):
The Flathub bot will automatically sync the version daily and update the release date as well.
Update: I have updated the releases section in your PR.