Hi there. I have a static website that has been st...
# help
c
Hi there. I have a static website that has been stuck during the deploy phase and giving me this error after a couple of minutes:
Copy code
Received response status [FAILED] from custom resource. Message returned: Waiter InvalidationCompleted failed: Max attempts exceeded
I searched this error message here on the workspace and it seems this error shows up once in a while, but I didn’t see any solution. Should I just wait and try to deploy it again later?
Nevermind I’ve just tried again for the 3rd time and it’s worked I believe it’s just a matter of time, thanks
f
Hey @Carlos Daniel, it seems this error happens when CloudFront takes longer to invalidate the cache.
I think we should gracefully handle this error and not letting the deploy fail.
c
great, thanks!