✖ You don't have access to the project with deployment
I keep getting this error message after updating forcing me re-init and existing project whenever I run
npx convex dev
any ideas?2 Replies
Hey @Chad Maycumber do you have a .env.local file? Does it include the CONVEX_DEPLOYMENT variable?
Hey I just found the issue. So the comment
# team: astria, project: astria-73971
was being included in the env variable by dotenv-flow
, which is leveraged by my dev script
I can close this, that seems like a parsing issue or something on there behalf. It does work whenever I just run it from the console. Thanks for the help!