Skip to content
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

How to login to the website #539

Open
ctrchen opened this issue Nov 15, 2024 · 3 comments
Open

How to login to the website #539

ctrchen opened this issue Nov 15, 2024 · 3 comments

Comments

@ctrchen
Copy link

ctrchen commented Nov 15, 2024

I'm new for using vercel, really need help to by pass the login
image
I think I had already finish config the db
image
using the command pnpm run dev

@mrcodiator
Copy link

I'm new for using vercel, really need help to by pass the login image I think I had already finish config the db image using the command pnpm run dev

Hey I think you can check the middleware and remove the protected routes

@angelhodar
Copy link

angelhodar commented Nov 16, 2024

@ctrchen I answered in #544 about how to do the migrations and your error. Go check it!

@mrcodiator
Copy link

Hey Here are some tps:
If you have configured the git repo follow the commands:

- npm i -g pnpm
- pnpm i
- pnpm drizzle-kit generate
- pnpm drizzle-kit migrate
- pnpm drizzle-kit push

Note: You don't need to change anything in migration file. After running all this commands it will automatically create migrations for you.

Setup:
Please setup postgresql and provide url you can use supabase or neon db.
After running the command on terminal it shows pulling content or database if that's the case you don't need to pull anything. You can use ctrl + c to close it it will work.
Now you can use it but register first.
As I told you I have configured and created the pull request. So it works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants