Skip to content

Commit 0a72a50

Browse files
committed
Added Version compatibility section for Static URLS.
1 parent 7169fbe commit 0a72a50

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

website/docs/build-apps/how-to-guides/configure-static-app-urls.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,20 @@ To embed an app with static URLs:
110110
2. Confirm the change to remove the static routes. The app remains accessible through the original UUID-based URLs.
111111
3. When you turn the toggle back on, Appsmith regenerates slugs from the current application and page names; earlier custom slug values are not restored automatically.
112112

113+
## Version compatibility
114+
115+
Static URLs are available in Appsmith version 1.91 and later. Keep the following compatibility considerations in mind:
116+
117+
- **Importing to older instances**: If you import an application with static URLs configured into an Appsmith instance running a version less than 1.91, the static URL feature will not be available, and the app will use the default UUID-based URLs.
118+
119+
- **Git sync with older instances**: If your application is Git-connected and synchronized with an instance running a version less than 1.91, static URL changes will not be reflected on that instance. The app will continue to use UUID-based URLs.
120+
121+
- **Overriding static URL changes**: If you commit changes from an instance that doesn't have static URL changes (or is running a version less than 1.91), those commits can override the static URL configuration when synced to other instances.
122+
123+
:::warning
124+
Ensure all instances in your workflow are running Appsmith version 1.91 or later to maintain static URL functionality across all environments.
125+
:::
126+
113127
## Troubleshooting and best practices
114128

115129
- If a slug shows as unavailable, choose another value that does not conflict with existing applications or pages.

0 commit comments

Comments
 (0)