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
When deploying on a customer repo, we ran into an issue where the deployment would error because of duplicate ingress routes.
I'm guessing this is because the route was already defined on module a and then moved to module b. The route might still exist in our ingress_routes table.
The text was updated successfully, but these errors were encountered:
Found that the customer repo had an old deployment that had not been cleaned up. Removing that deployment resolved this issue so it seems like FTL was working as expected.
I also tested locally by moving a route from one module to another and it worked well.
When deploying on a customer repo, we ran into an issue where the deployment would error because of duplicate ingress routes.
I'm guessing this is because the route was already defined on module
a
and then moved to moduleb
. The route might still exist in ouringress_routes
table.The text was updated successfully, but these errors were encountered: