3 months ago
Getting an error when trying to rename one of my services:
A service named "backend" already exists in this project
This service I'm trying to rename is a copy of a service that was called "backend" but the original service was deleted. Thinking maybe there's some sort of stale state preventing the change?
6 Replies
3 months ago
bruh
3 months ago
Service names are unique across all environments of a project, and you already have a service named "backend" in the staging environment.
You would want to sync the "backend" service to production instead of manually creating a service.
3 months ago
ah okay- will re-link from staging then
3 months ago
I thought they needed to be unique per environment not per project
3 months ago
ty good to close 🙂
3 months ago
Both!
Status changed to Solved brody • 3 months ago