Hello, am I mistaken that the API url should be `<...
# sst
ö
Hello, am I mistaken that the API url should be
<https://blabla.com/dev>
when you run
npx start --stage dev
?
t
I don't think so. It should just start at
/
since we use the default stage
ö
I see okay
Do I nede to manually remove the debug-stack?
t
Is there a reason you're removing the debug stack?
doing sst remove should clean it up
ö
I mean
It just removes the stack that I pass as the argument
sst remove my-stack
removes only my-stack, not debug-my-stack
t
Ah i was wrong then, you do need to remove it manually from the ui
ö
maybe im doing it wrong uh