You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i setup inngest realtime following the instructions here Realtime docs. I am getting following error in my console
WRN error publishing to subscription caller=devserver error="failed to write msg: failed to write frame: failed to write frame header: write tcp [::1]:8288->[::1]:63350: write: broken pipe" subscription_id=2a17ea9b-e8c7-40d3-97a8-d27b279ace9d protocol=ws
I am able to complete my main job - to create a simple note. However, i am unable to get the realtime feedback publish(createNoteChannel().logs(Hello from ${runId}));
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i setup inngest realtime following the instructions here Realtime docs. I am getting following error in my console
WRN error publishing to subscription caller=devserver error="failed to write msg: failed to write frame: failed to write frame header: write tcp [::1]:8288->[::1]:63350: write: broken pipe" subscription_id=2a17ea9b-e8c7-40d3-97a8-d27b279ace9d protocol=ws
I am able to complete my main job - to create a simple note. However, i am unable to get the realtime feedback
publish(createNoteChannel().logs(
Hello from ${runId}));
Hope an Inngest expert can help. thanks
Below is snippet of my code if it helps
inngest/create-note.ts
inngest/client.ts
actions/inngest.ts
Beta Was this translation helpful? Give feedback.
All reactions