import { ExternalLink, HelpCircle } from 'lucide-react' import Link from 'next/link' import { Alert, AlertDescription, AlertTitle, Button } from 'ui' export const IPV4SuggestionAlert = () => { return ( Connection issues?

Having trouble connecting to your project? It could be related to our migration from PGBouncer and IPv4.

Please review this GitHub discussion. It's up to date and covers many frequently asked questions.

) }