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
After merging the "mixed mode" NGSI-LD related PR #947, the code of the IOTAs using iotagent-node-lib got broken.
It seems that PR removes a function checkNgsi2() that IOTAs code needs.
An "emergency fix" was done to recover the CI e2e in PRs #957 and #959 (and also a little comment addition in #962). However, a proper fix needs to be done (with the current solution I'm not sure if the mixed mode will work at all).
We need the contributors of NGSI-LD functionality to take care of this and provide a proper fix, please.
(This issue is created in the iotagent-node-lib repository as "common place" for IOTAs, although probably IOTAs code also need to be modified)