diff --git a/app/setup/page.tsx b/app/setup/page.tsx index 7d7938a3..77c7da5c 100644 --- a/app/setup/page.tsx +++ b/app/setup/page.tsx @@ -2,6 +2,7 @@ import { useEffect, useState, type FormEvent, type ReactNode } from 'react'; import { useRouter, useSearchParams } from 'next/navigation'; +import { CheckCircle2, AlertTriangle, AlertCircle } from 'lucide-react'; import { apiFetch } from '@/lib/browser-navigation'; type State = 'bootstrap' | 'configured' | 'env-managed'; @@ -497,13 +498,13 @@ function ServerStep({ config, setConfig, onNext }: Pick {probe && probe.url === config.jmapServerUrl && ( - probe.status === 'reachable_no_jmap' ? ( -
-

{probe.message}

-

- This is OK if a reverse proxy routes JMAP traffic separately (e.g. webmail and mail server share a domain), but more often it means the URL is wrong. -

-