-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
URLs without FQDN in Web (self hosted) #7995
New issue
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
Comments
Could you show us a video or a screenshot that illustrates this? I wasn't able to reproduce this issue on the managed service. Also, is the appflowy web image up to date (i.e. whether you have run docker compose pull to update the images) |
Here we go. fqdn.mp4 |
I run all the stuff with docker and nginx as reverse proxy for using my subdomain. The version is up to date. I installed it yesterday. I also done full images rebuilding. Everything is working, as I said, except the issue with not having FQDN urls for stuff uploaded in the browser. |
I am able to reproduce the issue. I believe this only affect the self hoster and not the managed service. Will try to find a way to fix this. Meanwhile, you can download the file via the download button (the right side of the block, when you hover over it) instead of clicking on the block directly or copy url. |
Hey guys,
I installed a self hosted version of AppFlowy on my ubuntu server.
Everything is working fine, except one thing.
Everything I link or upload in the desktop app works both in the desktop app and in the browser. I can click on a file in both the browser and the desktop app, and it opens in the browser. When I copy a link, it is a fully qualified domain name (FQDN) link with 'https://notes.mydomain.com/'. If I upload or link something in the browser, it only works in the browser but not in the desktop app. When I copy the link here, it is not an FQDN link. The 'https://notes.mydomain.com/' part is missing, and it starts directly with '/api/file_storage/...'. Does anyone know how I can make sure that when uploading in the browser, the media also form a full link?
The text was updated successfully, but these errors were encountered: