Checking out the SST Console, and I’m wondering ho...
# sst
d
Checking out the SST Console, and I’m wondering how long it should take to “Syncing metadata” …. 5 - 10 minutes?
r
Something’s probably gone wrong, do you see any errors in the browser console?
m
Hey @Drew, I has face similar issue My solution was turning off the brave shield and uBlock origin extension (add blocker) , you can check the network tab and see if it is blocked by anything
d
Yes, I do see errors that look like they are ad blocker related. I’ll try that.
f
Hey @Drew what browser r u using?lemme know if u managed to get it to work.
d
Haven’t gotten it working yet @Frank • disabled adblockers, and have fewer errors in the console. • my main error is: Resource SSTMetaadata does not exist for stack RDS w/ a nested stack
Trying to remove the resource with SSTMetadata from my stack.. Maybe there is another way to go
r
I’m now seeing this too, never leaves Syncing MetaData… on a new Macbook M1 laptop I’m using Chrome I see the msg in the Network tab of devtools
Copy code
<ErrorResponse xmlns="<http://cloudformation.amazonaws.com/doc/2010-05-15/>">
  <Error>
    <Type>Sender</Type>
    <Code>ValidationError</Code>
    <Message>Resource SSTMetadata does not exist for stack my-stack-</Message>
  </Error>
  <RequestId>5504af3b-bd8d-44e6-8f7a-e3c1d3df9c7d</RequestId>
</ErrorResponse>
I’m also seeing stack creation failures in the browser network tab - it’s a very large payload with some possibly sensitive data so I haven’t shared here. Weird thing is that my app is running and debugging locally, not sure why it’s saying there are failures
f
@Drew just to clarify, is ur RDS stack a nested stack? Has the console ever worked for this app?
@Ross Coundon the message looks suspicious
Copy code
Resource SSTMetadata does not exist for stack my-stack-
I wonder where
my-stack-
come from. Has the console every worked for this app?
^ cc @thdxr, he’s more familiar w/ Metadata fetching
r
Yeah, it’s really strange the app is running (I’ve changed the name of the stack in the msg above so as not share the customer name - it’s not actually called my-stack) but I also see responses like this in the network tab (truncated here)
Copy code
<member>
        <Capabilities>
          <member>CAPABILITY_IAM</member>
          <member>CAPABILITY_NAMED_IAM</member>
          <member>CAPABILITY_AUTO_EXPAND</member>
        </Capabilities>
        <CreationTime>2022-05-20T17:06:35.960Z</CreationTime>
        <NotificationARNs/>
        <StackId>arn:aws:cloudformation:us-east-2:xxxx:stack/the-stack-/345bffe0-d85f-11ec-8450-024bc346c7ec</StackId>
        <StackName>the-stack-</StackName>
        <StackStatus>CREATE_FAILED</StackStatus>
        <DisableRollback>true</DisableRollback>
        <Tags>
          <member>
            <Value>aa</Value>
            <Key>product</Key>
          </member>
          <member>
            <Value>omw-pso-be-sst</Value>
            <Key>sst:app</Key>
          </member>
          <member>
            <Value>cust-staging-v2</Value>
            <Key>sst:stage</Key>
          </member>
          <member>
            <Value>cust-staging-v2</Value>
            <Key>stage</Key>
          </member>
          <member>
            <Value>cust</Value>
            <Key>customer</Key>
          </member>
        </Tags>
        <RollbackConfiguration/>
        <RoleARN>arn:aws:iam::xxxxxx:role/cdk-hnb659fds-cfn-exec-role-xxxxxx-us-east-2</RoleARN>
        <DriftInformation>
          <StackDriftStatus>NOT_CHECKED</StackDriftStatus>
        </DriftInformation>
        <LastUpdatedTime>2022-05-20T17:06:56.227Z</LastUpdatedTime>
        <StackStatusReason>The following resource(s) failed to create: [omwmarketingtableTable24A00CCC, datasetEventDlqQueue853FDF13, resourceTable9499DE0F, omwActivityStreamDlqQueue6CCCF7F1, rebookStreamDlqQueueCD12C2A5, planBroadcastEventDlqQueueE132D597, coreStatsTable3C23FD69, custFeedbackTableFF367E6B, activityTableA9F09543, omwTableDD3A0273, psoPlanEventQueueAE55EBDF, notificationsTableV2Table8B298044, clickStreamDlqQueue2B693320, notificationStreamDlqQueue40F3BF39, psoDatasetEventQueueB4EFB08C, omwRebookTableBC7F9B44, omwClicksTableC429299D]. </StackStatusReason>
        <Parameters>
          <member>
            <ParameterKey>BootstrapVersion</ParameterKey>
            <ResolvedValue>12</ResolvedValue>
            <ParameterValue>/cdk-bootstrap/hnb659fds/version</ParameterValue>
          </member>
        </Parameters>
        <ChangeSetId>arn:aws:cloudformation:us-east-2:xxxxxx:changeSet/cdk-deploy-change-set/4d60f5fe-2464-4989-8a4c-4299327c72a8</ChangeSetId>
      </member>
      <member>
Which is very strange because all the resources exist and the app is running
d
Yep, we’re in the same state where we get stuck at “Console Loading” forever. The console has never worked for us. I thought it was because of our Nested RDS stack, because there is an error about it missing Metadata. However, we removed that nested stack, and it is still broken.
We have a lot of junk, and I may remove some and see if we can get the console working on a simpler stack, and then add back our setup in pieces
j
Hey got the same error when using Brave. With Firefox it works.