diff --git a/static/app/components/onboarding/useRecentCreatedProject.tsx b/static/app/components/onboarding/useRecentCreatedProject.tsx index 1e7a8778d343fa..e8a3710d620f12 100644 --- a/static/app/components/onboarding/useRecentCreatedProject.tsx +++ b/static/app/components/onboarding/useRecentCreatedProject.tsx @@ -34,7 +34,7 @@ export function useRecentCreatedProject({ pollUntilFirstEvent, }: Props): OnboardingRecentCreatedProject { const {isPending: isProjectLoading, data: project} = useApiQuery( - [`/projects/${orgSlug}/${projectSlug}/`], + [`/projects/${orgSlug}/${projectSlug}/overview/`], { staleTime: 0, enabled: !!projectSlug, diff --git a/static/app/views/projectInstall/platform.spec.tsx b/static/app/views/projectInstall/platform.spec.tsx index cb971c00c79243..5b2c51bb9a3f29 100644 --- a/static/app/views/projectInstall/platform.spec.tsx +++ b/static/app/views/projectInstall/platform.spec.tsx @@ -38,6 +38,12 @@ function mockProjectApiResponses(projects: Array