SAASY-LAND-Next-14-Starters-With-Authentication-And-Database-Implemented icon indicating copy to clipboard operation
SAASY-LAND-Next-14-Starters-With-Authentication-And-Database-Implemented copied to clipboard

Need some help

Open vishalkadam47 opened this issue 1 year ago • 2 comments

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 avatar Feb 26 '24 16:02 vishalkadam47

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

vishalkadam47 avatar Feb 26 '24 16:02 vishalkadam47

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.

pjborowiecki avatar Mar 07 '24 23:03 pjborowiecki