I’m having issue with one of my environment variables.
I can’t remove or update it, as the request returns 404 error. I also can’t add a new one with the same name as the platform says an env variable with that name already exists.
Hi @piotrkulpinski. Did you recently change the name of the project or shared environment variable? I’m wondering if something is checking the name instead of the ID and causing this error
Did you recently transfer the project from another team?
The shared environment variable should be listed in the team’s settings. You can go to vercel.com/{TEAM_SLUG}/~/settings/environment-variables to see the list if you replace the replace the {TEAM_SLUG} segment with the real one for your team. Do you see it there?