TeamNotFound
I recently updated the team and project name in convex and now when I try to deploy, it's telling me the old slug name is not found. How can I get it to know that the team/slug was changed?
Error fetching POST https://provision.convex.dev/api/deployment/authorize_preview 404 Not Found: TeamNotFound: No team found with slug: old-team-name: https://provision.convex.dev/api/deployment/authorize_preview
4 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
I recently changed the team and project name in convex and now when I deploy it's telling me that it can't find a team with the old slug anymore. How can I get it to update this?
Error fetching POST https://provision.convex.dev/api/deployment/authorize_preview 404 Not Found: TeamNotFound: No team found with slug: old-team-slug: https://provision.convex.dev/api/deployment/authorize_preview
You probably need to generate a new preview deploy key from the Convex dashboard and paste it in to your hosting provider
(based on the error message, I'm guessing this is a Vercel preview deployment or Netlify deploy preview or similar)
yea vercel
ok will try that!
where do i generate a preview deploy key specifically?
i see i can generate one for a production deploy but to do one for preview do i just go to the same place but choose any existing preview environment?
ah i found it in general settings
that fixed it, thank you!