Conversions-API-Gateway

0

Hi, I am trying to connect Conversions API Gateway to my facebook pixel. But I am having problems.

After I start creating the STACK an average of 2 hours pass and I get this error: ID Login: ALBWaitCondition State: CREATE_FAILED Reason for status: WaitCondition timed out. Received 0 conditions when expecting 1

I attach screenshots Can you please help me understand why this is happening? Thank you very much screenshots error

  • I did three attempts but always had the same problem. I did several online searches but couldn't find anything..

2 回答
1
已接受的回答

Wait Conditions controls the order of creation of the AWS resources in a CloudFormation stack. It can pause the creation of a stack and wait for a signal to ensure that specific resources and configurations were properly launched before resuming the stack creation process.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html

It looks like the process it is waiting for times out before it is completed. You must either increase the timeout in the Wait Condition or verify if the process it is waiting for is signaling back to cloudformation correctly.

AWS
vtjean
已回答 10 个月前
  • Hello, thank you very much for your help. To do what you wrote, do I have to restart the Stack creation?

0

Sorry, should I put a code in this section to extend the time for the process to complete? screenshot

Bs
已回答 10 个月前
  • Try looking for WaitCondition in the Designer. If not found, then look at the complete template and search the text.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则