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
I deployed a self-host cloud in http://1.2.3.4:1234 but when I clicked "Copy Link to Block", the link we got is "https://appflowy.com/app/f9d93ef.......?blockId=DRXQ3b" It should be http://1.2.3.4:1234/app/......
Deploy a self-host cloud and "npm run dev" a Web at the same time Open web page and create a new document Click the button shown in the description
http://1.2.3.4:1234/app/......
Mac App/Web Page
0.8.0
No response
The text was updated successfully, but these errors were encountered:
Have you updated the web url under settings (the same page where you set the self host url)? If not set, appflowy.com will be used as the default.
Sorry, something went wrong.
Hi Khorshuheng,
Thanks for your answer! I checked my configuration and found that the ENV VAR **AF_BASE_URL** has been set as the right value:
appflowy_web: image: node:22.13.0 environment: AF_BASE_URL: http://triage-system:13030 AF_GOTRUE_URL: http://triage-system:13030/gotrue AF_WS_URL: ws://triage-system:13030/ws/v1
Is there another variable I need to set?
Just to confirm, when you click Copy Link to Block , that's done from the desktop/mobile App, not AppFlowy Web right?
Copy Link to Block
@veictry I noticed that you're using version 0.8.0. Please upgrade to the latest version 0.8.1, which supports customizing web URL.
No branches or pull requests
Bug Description
I deployed a self-host cloud in http://1.2.3.4:1234
but when I clicked "Copy Link to Block", the link we got is
"https://appflowy.com/app/f9d93ef.......?blockId=DRXQ3b"
It should be http://1.2.3.4:1234/app/......
How to Reproduce
Deploy a self-host cloud and "npm run dev" a Web at the same time
Open web page and create a new document
Click the button shown in the description
Expected Behavior
http://1.2.3.4:1234/app/......
Operating System
Mac App/Web Page
AppFlowy Version(s)
0.8.0
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: