Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Initial process errors #176

Closed m-mohr closed 3 years ago

m-mohr commented 3 years ago

Loading an initial process errors with "Processes must be Array of Process Registry".

Example: https://editor.openeo.org?server=https://earthengine.openeo.org&discover=1&process=https://raw.githubusercontent.com/Open-EO/openeo-earthengine-driver/master/tests/data/sample-processgraph.json

m-mohr commented 3 years ago

There are some strange things going on in Webpack (build only) if I link to vue-components instead of installing them. It seems instanceof doesn't work in JS anymore if you link to packages. So I need to make sure to always unlink before building.