steven-tey / precedent

An opinionated collection of components, hooks, and utilities for your Next.js project.
https://precedent.dev
MIT License
4.69k stars 409 forks source link

Cannot login on the website #31

Closed hansfpc closed 1 year ago

hansfpc commented 1 year ago

I don't know why but I am unable to authenticate

image

What can I do? I would like to see the site in action 😞

uqurtosun commented 1 year ago

Hello hansfpc,

Project needs PostgreSQL database, follow the steps below

Your database is now set up.

There will be a file called "env.example" in the project main directory, change the name of this file to "env.local" Fill in the google information in the env.local file.

Restart the project after doing these steps. It will most likely work flawlessly.

hansfpc commented 1 year ago

thank you!