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
The /edr/collections endpoint fails if the data from the first configured EdrParameter is missing. The result is an HTTP 405 with the message Internal Server Error.
Querying the /edr/collections/<collection/instances/<instance>/position call directly does work.
The
/edr/collections
endpoint fails if the data from the first configuredEdrParameter
is missing. The result is an HTTP 405 with the messageInternal Server Error
.Querying the
/edr/collections/<collection/instances/<instance>/position
call directly does work.Simplified example configuration:
In the above configuration, the
/edr/collections
call will fail if you only ingest data formy_param2
.I would expect that the
/edr/collections
call still works and (if possible) does not depend on the underlying data.The text was updated successfully, but these errors were encountered: