81316a429410ed2a43969a6965b82d5abb23b0be
## **Critical Fix for 500 Error:** ### **Issue:** - useUnifiedAuth.ts was still calling useOidcAuth() which no longer exists - This was causing the 500 error when dashboard tried to load - Error: 'useOidcAuth is not defined' ### **Solution:** - Replaced useOidcAuth() with useCustomAuth() in unified auth - Updated logout logic to use custom Keycloak auth - Maintained dual auth support (Directus + Keycloak) ### **Files Changed:** - composables/useUnifiedAuth.ts - Updated to use custom auth system ## **Next Step:** Need to resolve TypeScript import issue for useCustomAuth composable
Client Portal
Commands
npm run devto start development
Tech Stack
- Node.js
- Nuxt
- Directus
- Vuetify
Description
Languages
TypeScript
51.5%
Vue
48.5%