PipeToRouter error producer not found

image


i am trying to debug tho for long time but i am confused as the producerid shows it is present in the console log debugs and pipeTorouter saws producer not found with the producer ID in the error code (i had a console.log with producer id and error message )

You are calling pipeToRouter() in the wrong Router. That Producer doesn’t exist in that Router.

Thankyou that fixed it :slight_smile: