You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/build-apps/how-to-guides/configure-static-app-urls.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Static app URLs give every application and page a stable, readable route. Use th
8
8
9
9
## Prerequisites
10
10
11
+
- A self-hosted Appsmith instance running version 1.91 or later. See the [installation guides](/getting-started/setup/installation-guides) if you need to set up your instance.
11
12
- You need edit access to the application.
12
13
- Open the app in Appsmith and go to **Settings → General** to find the Static URL toggle.
- When you enable static URLs in edit mode for a branch, the changes apply instantly to both edit and view modes of that branch.
53
54
- After the initial setup, any subsequent changes to page slugs in edit mode require deployment to reflect in view mode.
54
-
- Enabling static URLs on one branch does not automatically apply to other branches. You must enable static URLs separately for each branch, that also includes the main branch.
55
+
- Enabling static URLs on one branch does not automatically update other pre-existing branches. Enable the setting manually on any branch that predates the change; branches created from a static-URL-enabled branch inherit it automatically.
55
56
- Different branches of an application can have different unique app slug URLs. However, it's a best practice to configure the same app slug across all branches to maintain consistency.
56
57
57
58
## Cross-Instance deployment and Version control
58
59
59
-
- Exporting, importing, or syncing an application (via JSON or Git sync) preserves the static URL settings. If the application slugs are available on the target instance, the same routes continue to work.
60
+
- Exporting, importing, or syncing an application (via JSON or Git sync) preserves the static URL settings. The same routes continue to work as long as the application slug is available on the target instance.
60
61
- Importing into the same Appsmith instance automatically appends a short suffix when needed to keep the application slug unique.
61
62
- After import, you can rename slugs manually if you prefer a different URL.
0 commit comments