Host Error

The inject node with "/red/worldmap" as payload should be only "/worldmap" since that is the url where the map is.

 Same thing apply in the function node before the worldmap node in the following line of the json object (url field) ->
 msg.payload={lat:lat, lon:lon, name:"Mike", icon:"male", url:"<a href=\"/ui/#/1\">IBM link</a>"};
It should be without the "/red" part but I didnt fix it because I dont understand the purporse of it, since it would be a infinite loop of links.
This commit is contained in:
charlielito 2017-04-17 13:26:54 -05:00 committed by GitHub
parent 6dc383c497
commit d5e92b7305

View File

@ -57,7 +57,7 @@
"z": "5ab56e5e.449a5",
"name": "",
"topic": "",
"payload": "/red/worldmap",
"payload": "/worldmap",
"payloadType": "str",
"repeat": "",
"crontab": "",