conwetlab / ngsi-proxy

Proxy allowing receiving notifications from Orion Context Broker on browser environments
GNU Affero General Public License v3.0
8 stars 10 forks source link

Configuration for NGSI proxy #8

Closed Saya9 closed 6 years ago

Saya9 commented 6 years ago

 I have installed the latest ngsiproxy on docker container.I am not able to receive notifications from context broker in wirecloud widget though subscription is created successfully. Is there a need of additional configuration than issuing docker run --name some-ngsiproxy -p 3000:3000 -d fiware/ngsiproxy ?

aarranz commented 6 years ago

The ngsi proxy should not require any extra configuration step.

Are you using any of the available WireCloud widgets/operators? In that case, which and using what configuration?

Or, are you developing a custom widget/operator? In that case, can you provide the fragment in which you are creating the subscription?

Saya9 commented 6 years ago

Seems like there is an issue in docker container communication .Thanks for the help

aarranz commented 6 years ago

You are welcome!