Jay
Jay
Hmm does this help? https://docs.sst.dev/constructs/NextjsSite#resource-binding-and-ssg
Yeah we'll need to try and improve the SSG flow.
Ah yeah. We should try and figure something out for this.
Hmm this should work. Can you create a repo for this to reproduce this? I'll get the team to take a look.
@blakemulnix Oh I appreciate the really detailed steps. That helped. I noticed you weren't running `sst dev` as a part of dev workflow. Is that right?
Yeah I think the deploy one has some workarounds but this is a limitation with SST (and CDK) currently. It effectively needs a double deploy. We are working on fixing...
Btw this isn't just a Config related issue, it applies to any bit of SST infrastructure that your Next.js app is bound to. This is fundamentally how RSC (app router)...
Yeah that's the work around I'm recommending for now.
Oh interesting, I didn't know about that.
Hmm do you mean adding the frontend service in the same repo? Usually we split these up: https://github.com/AnomalyInnovations/serverless-stack-demo-client Are you putting them together?