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
Solved this issue on my cluster by replacing the NodePort services with ClusterIP.
Either Azure AKS does not support NodePorts by default, or blocks the traffic there. Best solution is to use ClusterIP services and link them all to an Ingress, I think.
After installing the ibm-composer-network, I attempt to login into one of the peers:
and create a channel:
I'm using the $ORDERER_URL env, which points to the orderer service and its open port.
This command works fine when working locally with docker-compose examples.
What steps can I take to debug this?
Thank you!
The text was updated successfully, but these errors were encountered: