4 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
4 months ago
bruh
4 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.
4 months ago
ah okay- will re-link from staging then
4 months ago
I thought they needed to be unique per environment not per project
4 months ago
ty good to close 🙂
4 months ago
Both!
Status changed to Solved brody • 4 months ago