When using callbacks authorized removes styling (Authjs.dev)
Unanswered
English Angora posted this in #help-forum
English AngoraOP
Hi everyone,
My styling is being removed following the documentation with Authjs.dev, Session Management > Protecting Resources. Someone an Idea why this is happening?
Watch the video below to see what's happening, also dropped my package.json in here!
Appreciate it! 🙂
My styling is being removed following the documentation with Authjs.dev, Session Management > Protecting Resources. Someone an Idea why this is happening?
Watch the video below to see what's happening, also dropped my package.json in here!
Appreciate it! 🙂
{
"dependencies": {
"@radix-ui/themes": "^3.1.4",
"next": "15.0.1",
"next-auth": "5.0.0-beta.25",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}