When I rename service in dev, the same service in staging gets renamed too?
annelohmeijer
HOBBYOP
a year ago
I have two environments, dev and staging. Both have a database, backend and frontend. Both backends have their own settings and hosted on different URL. However, when I name my staging backend to backend-stg, my backend in dev automatically gets renamed to backend-stg too? They are supposed to be standalone environments non?
2 Replies
annelohmeijer
HOBBYOP
a year ago
Fixed this by recreating the service. Ticket can be closed.
a year ago
This is intended behaviour, the service is synced across environments, what you did just now is unintentionally break that link.