Getting a missing cookie error on running up (yarn dev) #41
Answered
by
raiss15
VaraSampath
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
raiss15
Aug 5, 2024
Replies: 1 comment
-
You can follow the below steps:
Try out these steps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amandesai01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can follow the below steps:
Download docker and pgadmin
Fort and clone the repo
Run command in VS
* npm i -g yarn
* install yarn
* docker compose up
In PgAdmin connect the database
After connecting with the Vidur database right right-click and "go to Create script" write the command "UPDATE users SET is_admin = true;" to get into the admin dashboard. http://localhost:3001/admin
In docker, you can also create the dev env
Try out these steps.