Fix - App activation and redirection issue for onprem

This commit is contained in:
lalitdeore
2025-02-10 19:12:32 +05:30
parent 6f9dcbf38e
commit 7187bdd09d
5 changed files with 200 additions and 28 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ const AppModal = ({ open, onClose, app, globalUrl, getApps }) => {
{newAppname}
</Typography>
<Link
to={isCloud ? "/apps/" + (app?.id || app?.objectID) : `https://shuffler.io/apps/${app?.objectID || app?.id}`}
to={isCloud ? `/apps/${app?.id || app?.objectID}` : `/apps/${app?.id || app?.published_id || app?.objectID}`}
style={{ textDecoration: "none", color: "#f85a3e", marginTop: "-2px" }}
target="_blank"
rel="noopener noreferrer"