You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve TypeScript compilation errors in OAuth diagnostic endpoints
- Add 'any' type annotation to diagnostics objects to fix property access errors
- Fix async headers() call in Next.js 15 by adding await
- These fixes allow successful TypeScript compilation for Vercel deployment
0 commit comments