`sst start` troubles
# general
m
sst start
troubles
I moved the route from
sst.Api(routes: {...})
to
addRoutes()
and i think it didn't clean up the old route
f
yeah, its likely that CloudFormation is trying to create a new route before removing the existing route.
Can you try passing in the
api
as the scope (1st argument) when calling
addRoutes()
m
I had to go in and manually delete the route, couldn't deploy either
Thanks