| React (Vite/CRA) | "react" in package.json, no Next.js | auth0-react | | Next.js | "next" in package.json | auth0-nextjs | | Vue.js | "vue" in package.json, no Nuxt | auth0-vue | | Angular | angular.json exists or "@angular/core" | auth0-angular | | Express.js | "express" in package.json | auth0-express |
| React Native | "react-native" or "expo" in package.json | auth0-react-native |
| Wrong application type | SPAs need "Single Page Application", server apps need "Regular Web Application", mobile needs "Native" | | Callback URL not configured | Add your app's callback URL to Allowed Callback URLs in Auth0 Dashboard | | Using wrong credentials | Client Secret only needed for Regular Web Apps, not SPAs |
Da utilizzare all'avvio dell'integrazione Auth0 in qualsiasi framework: rileva lo stack (React, Next.js, Vue, Angular, Express, React Native) e instrada per correggere il flusso di lavoro di configurazione dell'SDK Fonte: auth0/agent-skills.