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
This is all not yet part of the official API, so the JS client implementation follows the only thing we have - Open-EO/openeo-api#348 - which defines the pattern as implemented here and as such doesn't allow @ in this place. Before I merge any more unofficial extensions to the clients, I'd like to conclude on the API extension first so that we can implement the finally agreed solution.
We noticed a strange behaviour in the openEO Web Editor where a UDP wasn't correctly loaded into the wizard. It mentions
Process not found
: https://editor.openeo.org/?server=https://openeo.vito.be&namespaces=https://openeo.vito.be/openeo/processes/u:63d26122aec1fc5ae2c16a045570e4d90e89fb3a51081c0d9d6047c270f72940@egi.eu/CORSAcompression&wizard=UDP&wizard~process=CORSAcompression@https://openeo.vito.be/openeo/processes/u:63d26122aec1fc5ae2c16a045570e4d90e89fb3a51081c0d9d6047c270f72940@egi.eu/CORSAcompressionAfter some debugging of the requests, we noticed that the web editor is loading in the processes of the namespace through the following URL: https://openeo.vito.be/openeo/1.2/processes/u:63d26122aec1fc5ae2c16a045570e4d90e89fb3a51081c0d9d6047c270f72940. However, this URL is missing the
@egi.eu
part, resulting in an empty array of processes.A short debug session leads us to the function that is used to normalize the namespace naming:
openeo-js-client/src/connection.js
Line 309 in 3c83cf0
@
sign. We believe that this could be causing the issue.I'm happy to open a PR, but I wanted to create this issue first to check if this could be causing the issue and assess the impact of it.
The text was updated successfully, but these errors were encountered: