pjborowiecki / SAASY-LAND-Next-14-Starters-With-Authentication-And-Database-Implemented

Modern, open source starter templates for Next.js 14 full-stack and SAAS projects. Built with Tailwind CSS, ShadCn, Next-Auth v.5 and several databases. Branches contain stand-alone set ups, including for serverless databases like PostgreSQL with Neon and MySQL with PlanetScale, Drizzle ORM, Prisma ORM v.5, but also MongoDB and Supabase.
https://saasyland.com
MIT License
216 stars 49 forks source link

Need some help #20

Open vishalkadam47 opened 4 months ago

vishalkadam47 commented 4 months ago

How do I disable signed up with email and password, magic link,

And I have a nextjs app dashboard with chakra UI now I'm trying to convert it to this repo as a non developer it's really very hard but if I get to know how it can be done I'll try myself.

And I have my app entirely built to host locally or a VPS. If my app is helpful for your repo for a quick implementation I can provide you the source code.

Features This template includes the following:

Next.js 14 TypeScript ESLint Prettier Chakra UI Prisma Next-Auth Docker Compose with: PostgresQL Redis Mailpit

vishalkadam47 commented 4 months ago

I tried to convert my app to match with your app but I'm stuck at contentlayer this is new for me unable to fix the errors.

By any chance you have discord account please ping me @vishalkadam472 I'll will not take much of your time just need guidance if possible

pjborowiecki commented 4 months ago

I tried to convert my app to match with your app but I'm stuck at contentlayer this is new for me unable to fix the errors.

By any chance you have discord account please ping me @vishalkadam472 I'll will not take much of your time just need guidance if possible

Hi, sorry, was so busy with other projects that I only just saw your posts here. You can reach me on Discord @Piotr#2495. I am looking into Contentlayer alternatives and will most likely replace it with MDX Remote (https://github.com/hashicorp/next-mdx-remote) in the future. It appears that Contentlayer is no longer maintained (https://github.com/contentlayerdev/contentlayer/issues/429), which would explain why their docs are down.

As for disabling sign up with email and password, you mostly need to delete relevant code. I tried keeping it modular, so it should be straightforward - remove the relevant forms, server actions, Zod schema validations, etc.