I am following the guide, and up to now, everythin...
# guide
j
I am following the guide, and up to now, everything has worked perfectly. However, I am now to the chapter “Custom Domains for React Apps on AWS” where I am to deploy my React app using my custom domain. I have started over again from scratch, from the previous step (where I successfully deployed the API to prod using my custom domain). But every time I get the same error here. Jay said in Discourse that he thought it might be that “the exports were removed or renamed” but I cannot figure out what that means exactly. Any ideas? Stack prod-notes-api * Status: failed* * Error: Export prod-notes-api:ExportsOutputFnGetAttApiCD79AAA0ApiEndpoint389C4905 cannot be deleted as it is in use by prod-notes-frontend* Stack prod-notes-auth * Status: not deployed* Cannot convert undefined or null to object
a
Have you removed all the old stacks
f
@arda thanks for chiming in
@Jeff, can you try running
npm run remove -- frontend --stage prod
And then try deploying the notes api again.
Let me know if that works for you.
j
Wow thanks for all the quick feedback. Will try that and let you know.
Worked like a champ! So, is that a step that needs to be added to the guide? Or did I do something wrong somewhere along the way? I suppose it could be considered common knowledge but I am truly doing this entire guide as somebody who knows next to nothing (long time C#.Net programmer though) and so far very little has been assumed as common knowledge. Absolutely LOVE this guide and SST by the way. So cool.