Sentinel Playground APP ( API key )

Hello there
we are running the sentinel playground app on-premise downloaded from Github (https://github.com/sentinel-hub/SentinelPlayground)
but we are getting a blank page.
is the API key the ID we find under setting my account ??

Thanks

Hi!

It seems that the code on GitHub hasn’t been updated in quite some time. It also uses a mechanism for user authentication which is not available for general public use at this time, so we would need to change it. I have created an issue for it and we will fix it, however I can’t provide a timeframe at this moment.

One option to fix it yourself is that you remove all AuthWindow and recaptchaAuthToken authentication and replace it with a call to requestAuthToken() from sentinelhub-js (parameters are clientId and clientSecret which you can get from the SH Dashboard), followed by a call to setAuthToken.

Alternatively, you can use sentinelhub-js and react-leaflet (for example) to build a similar application from ground up, which also shouldn’t be difficult to do.

Thank you for bringing this to our attention! Let us know if you need additional help.

Kind regards,

Anze