Not being able to connect to Jetstream through account Imports #7813
Unanswered
paradoxmr24
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Context
I have two accounts "pro" and "bin".
Imports/Exports
binexports:proimports:The Problem
nats obj ls --context binGives me the list of buckets as expected
nats obj ls --context proGives me the list of buckets as expected
nats obj ls BINARIES --context binGives me the list of objects stored as expected
nats obj ls BINARIES --context proIt just hangs there and doesn't gives me any response. While running the same command from bin context works.
Additional Info
I tried importing and exporting "$O.>" as a service and as a stream both. But both of them giving me the exact same output (As shown above).
I also tried debugging though NUI and saw that it's creating a consumer and then later on deleting it. But on delete it gets the response that the consumer doesn't exists. Also I never saw it doing any request on "$O.>" subjects.
I'm using nats cli and nsc to do these testings. Please help me here. What am I missing. I'm stuck for 5 days.
All reactions