Switch Convex Accounts in CLI
So i have a personal Convex account and would like to make a business one. I'm having issues switching the npx convex dev command to go to my new business account. I changed the .env.local file but i get "You don't have access to the project with deployment earnest-kingfisher-766, as configured in CONVEX_DEPLOYMENT".
This leads me to believe somewhere my personal convex is cached and is being defaulted and i'd like to change it, if possible
2 Replies
we should really make this more discoverable https://discord.com/channels/1019350475847499849/1162227116818038794/1162230369295282206
sorry about that. deleting that file should log you out
alternatively, you can do
npx convex login --force
to log in with a different accountthank you!🙏