import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert'; import { GlobeIcon, KeyIcon, UserIcon } from 'lucide-react'; import { ModalContent, ModalHeader } from './Modal/Container'; export default function OnboardingTroubleshoot() { return (
Wrong client ID Make sure your clientId is correct Wrong domain on web For web apps its important that the domain is correctly configured. We authenticate the requests based on the domain. Wrong client secret For app and backend events it's important that you have correct{' '} clientId and clientSecret

Still have issues? Join our{' '} discord channel {' '} give us an email at{' '} hello@openpanel.dev {' '} and we'll help you out.

); }