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
NGSI operator raises a TypeError: is not a valid URL. if the ngsiproxy setting is empty. This setting should be required only if the operator is configure to monitor one or more attributes (through the Monitored NGSI Attributes setting). If the operator is not configured to do so, the NGSI proxy URL setting can be empty.
As WireCloud currently does not support to conditionally require a setting. The NGSI proxy URL setting should be configure as optional, and the operator should manage such cases to provide a decent error message.
The text was updated successfully, but these errors were encountered:
fisuda
added a commit
to fisuda/ngsi-source-operator
that referenced
this issue
Dec 30, 2022
NGSI operator raises a
TypeError: is not a valid URL.
if the ngsiproxy setting is empty. This setting should be required only if the operator is configure to monitor one or more attributes (through the Monitored NGSI Attributes setting). If the operator is not configured to do so, theNGSI proxy URL
setting can be empty.As WireCloud currently does not support to conditionally require a setting. The
NGSI proxy URL
setting should be configure as optional, and the operator should manage such cases to provide a decent error message.The text was updated successfully, but these errors were encountered: