You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the new fabricDNS resolves to the same URL as the old one (for example, one has implied tenant, other has explicit tenant), then the services will be deleted after being created/updated.
The solution is to make sure we normalize the fabricDNS before we compare the old and new and decided whether to replace the resource.
If the new fabricDNS resolves to the same URL as the old one (for example, one has implied tenant, other has explicit tenant), then the services will be deleted after being created/updated.
The solution is to make sure we normalize the fabricDNS before we compare the old and new and decided whether to replace the resource.
https://github.com/defang-io/pulumi-defang/blob/f1c6e974d40cd6f4d4d1845324d0127f1cedf932/index.ts#L597
This only affects us (Portal)
The text was updated successfully, but these errors were encountered: