Charlie Hield
Charlie Hield
@dblock Yes, I saw the AWS Lambda 300 second timeout, so that's what I set the timeout to in the AWS Dev Console... the app became unresponsive every time. I...
@dblock what do you mean by this? What function would I be verifying?
@dblock I threw together a quick demo app on this URL --> https://alexa-long-response.now.sh/long-response (And you can look at the [SOURCE](https://zeit.co/stursby/alexa-long-response/lhrzgotqeq/source?f=index.js&redirect=1)) Here's an example with the utterance "wait 5 seconds" ...
Interesting.... so if I use Postman to send a 60 second response... _totally works_ 🤔 
@dblock Posted! Here's the URL for reference --> https://forums.developer.amazon.com/questions/71547/long-running-response-settimeout-not-being-called.html We'll see if anyone can shed some light!
@dblock Just following up... got a reply in the forums  Which makes sense, as during testing, if the response was any longer than ~10 seconds... it would fail.
Had the same issue... per @MelvinSnijders comment, adding `defu` worked! ```bash yarn add defu --dev ```
Can confirm as well. Using Nuxt `^2.14.7` and GTM module not working.
@tandeman77 hmmm `npm` and my `package.json` say otherwise 😜 
Yea, same here. I followed your instructions in the README and not getting any output (`tailwind-generated.css`) file. What are we missing? Thanks for the awesome project BTW! 🙌🏻