frankcollins3 / Next-Water-App

Happy, Healthy Water Cycling App that tracks user/human fluid intake.
https://next-water-app.vercel.app
1 stars 0 forks source link

authenticating vercel CLI [12:47am] #116

Open frankcollins3 opened 11 months ago

frankcollins3 commented 11 months ago

attempting to do: switch from heroku-postgres to vercel-neon-postgres

error: authenticating vercel by logging into github through the vercel CLI Screen Shot 2023-08-01 at 12 43 27 AM trying to port the database ENV_VAR into local with: vercel env pull .env.development.local

proposed approach: continue with the vercel documentation https://vercel.com/docs/storage/vercel-postgres/quickstart

frankcollins3 commented 11 months ago

đź‘Ť

➜ Next-Water-App git:(main) ✗ vercel env pull .env.development.local Vercel CLI 31.2.1 > > No existing credentials found. Please log in: ? Log in to Vercel email ? Enter your email address: fwc3rd@gmail.com We sent an email to fwc3rd@gmail.com. Please follow the steps provided inside it and make sure the security code matches Classical Geoffroys Tamarin. > Success! Email authentication complete for fwc3rd@gmail.com Error: Your codebase isn’t linked to a project on Vercel. Run vercel link to begin. ➜ Next-Water-App git:(main) ✗ vercel link Vercel CLI 31.2.1 ? Set up “~/Desktop/Next-Water-App”? [Y/n] y ? Which scope should contain your project? frankcollins3 ? Found project “frankcollins3/next-water-app”. Link to it? [Y/n] y ✅ Linked to frankcollins3/next-water-app (created .vercel and added it to .gitignore)

[12:52am]