pozil / pub-sub-api-node-client

A node client for the Salesforce Pub/Sub API
Creative Commons Zero v1.0 Universal
72 stars 40 forks source link

Subscribe request sent but no events #26

Closed DidZ0 closed 10 months ago

DidZ0 commented 10 months ago

Hi,

Thanks for the good work, it looks promising 👍

I'm having an issue with the client that looks connected bus isn't able to retrieve the events. Connected to Pub/Sub API endpoint api.pubsub.salesforce.com:7443 Subscribe request sent for 1 events from /event/AccountChangeEvent...

I verified twice that I activated the change data capture events for Account in the Org. Streaming API via JSforce is working without issue.

It there a way to check where the issue is coming from ?

Thanks,

DidZ0 commented 10 months ago

solved, I changed port 7443 to 443 and it's working as expected