Dave
Dave
is the `-ats.iot.us-east-2.amazonaws.com` endpoint from API Gateway? I got that from running `aws iot describe-endpoint`. > You need your AWS IoT endpoint and your three AWS security certificates to connect....
If i attempt to listen to that topic on the AWS console i just get the red banner reading: "An error occurred when subscribing to *: Connection closed"
@HackPoint i eventually figured it out, i'll post my updated test configs on monday
these are the parts that mattered for me: at the very top of "src/test.ts" ``` import 'zone.js/dist/long-stack-trace-zone'; import 'zone.js/dist/proxy.js'; import 'zone.js/dist/sync-test'; import 'zone.js/dist/jasmine-patch'; import 'zone.js/dist/async-test'; import 'zone.js/dist/fake-async-test'; ``` i have...
the order of the imports was a big deal. that was what did all the difference.
can you post the full stack?
+1, would like to be able to show an option always, regardless of typed text, as a fallback.