Author : admin

I have gone through an online next-auth v4 tutorial and created a custom sign in page. Everything works flawlessly on the logic front, but when adding in the NextUI / Tailwind CSS styling, it’s completely ignored. The actual components render (ie, an shows and image where it should be and a renders a button, just within any of the styling). I have a fairly standard next-auth config, my pages folder is correct in the tailwind.config.ts file and my pages folder is in the correct location (calling signIn() takes me straight there). Does anyone know why this is happ..

Read more