-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need some help #20
Comments
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 |
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 (contentlayerdev/contentlayer#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. |
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
The text was updated successfully, but these errors were encountered: