Riley Manda

Results 3 comments of Riley Manda

I ran into a similar issue where I was experiencing undefined when the app runs, it would redirect to: (http://localhost:3000/undefined/login) and displayed an undefined(404) view. I realized this specific error...

I am currently using the Saas code base.Not the book code base.Not sure if this might be the wrong thread for my issue but these are the steps i took:...

> I was facing the same issue. I had to add "./**/@material-tailwind/**/*.{js,ts,jsx,tsx,mdx}" in my tailwind config file so that the material-tailwind inside the node_modules get the access to the tailwind...