Jason Watson
Jason Watson
Did you also install Dapr onto the cluster beforehand? Your code is fine so I suspect there is something missing in your deployment. Your logs are for the applications so...
The logs don't contain anything for `daprsub` sidecar. If correctly configured you should see something like: `app is subscribed to the following topics: [topic name] through pubsub=pubsub" app_id=...` Your issue...
I've raised a PR on your repo to demonstrate 👍🏽 . It's not a Dapr issue so you can close this issue 😃
I came across this too using nestjs. Their documentation has `OnGlobalQueueRemoved` but it never triggers on a job removal. I'm using this to cancel jobs and hook into that event...
> You say this as if it's so easy😁 > > We are working on v3 but it's a lot of work. > > Is there a particular feature of...
Uncaught Error: Invariant Violation: _registerComponent(...): Target container is not a DOM element.
@clayallsopp I get this error still in Chrome (55.0.2883.75) and IE11. The container div is also not present in the dom rendered. Something is removing it?