1 parent d98d407 commit 6afb093Copy full SHA for 6afb093
1 file changed
src/new-landingpage/src/DashboardPage.tsx
@@ -25,8 +25,9 @@ export default function DashboardPage() {
25
}, [cookies, navigate]);
26
27
const goToFlows = () => {
28
- // Main app flow route
29
- navigate("/flows");
+ // Main app flow route lives outside the /new/landingpage basename
+ console.log("[DashboardPage] Navigating to /flows");
30
+ window.location.assign("/flows");
31
};
32
33
return (
0 commit comments