diff --git a/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte b/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte index 7e7066b2fe..8459d7a959 100644 --- a/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte +++ b/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte @@ -264,8 +264,7 @@ sendUserToast('App deployed successfully') if (appPath !== npath) { localStorage.removeItem(`app-${appPath}`) - await goto(`/apps/edit/${npath}?nodraft=true`) - window.location.reload() + window.location.pathname = `/apps/edit/${npath}?nodraft=true` } }