nextjs-postgres-auth-starter icon indicating copy to clipboard operation
nextjs-postgres-auth-starter copied to clipboard

Next.js + Tailwind + Typescript + Drizzle + NextAuth + PostgreSQL starter template.

Results 3 nextjs-postgres-auth-starter issues
Sort by recently updated
recently updated
newest added

I created a new project using this as the template but ran into an issue when creating a new user. It throws the error `PostgresError: relation "User" does not exist`....

Hello, I am currently facing an issue with migration, i made a small app to act as a suggestion, tip or feature "jar" but just now wanted to add auth,...

This PR splits out the schema into a schema file, adds a dev dependency on drizzle-kit, and adds a configuration file to allow drizzle-kit to apply the schema changes. The...