Hey, how come when I do a `app.logicalprefixedname...
# help
d
Hey, how come when I do a
app.logicalprefixedname('stack')
it repeats my stage and name from the
sst.json
twice so like
dev-test-dev-test-stack
j
@David Garcia Can you share a code snippet of where you are doing this?
d
Hey @Jay thanks for responding to my other questions, as far as this one. I was able to resolve it for this issue by instantiating my stack with just id of
stack
and it seems like sst prepends the correct stage to that. I'm not fully clear on when sst will prepend the stage though.
j
Let me pull @Frank in, I think he can help clear things up.
f
Hey @David Garcia, sorry for the late follow up. Can you show me a snippet of where you are calling
logicalprefixedname
in ur code?