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
Stac-browser in ol-stac seems working correctly when run locally or run in a docker, but we are facing issues when deployed in the first draft of a demo application.
The context is:
run dockerised build of stac-browser from ol-stac branch
the config.js and buildUrlTemplate works correctly until we show collection of 5 items that are cog served correctly via titiler (the reason to use tritiler and buildTilerUrlTemplate is to have a different url for item download from that used to stream it
browser blocks when trying to enter visualizing items, continuously increasing memory occupation and occupying a 100% of a core.
Hi
I had a quick look and it seems that the issue is not related to ol-stac. In the config you need to add a slash at the end of the URL when your self links also have it in the API responses (which they do), otherwise the internal database seems to run into an endless loop due to the mismatch of URLs. That seems to be a configuration issue in the first place (see docs: https://github.com/radiantearth/stac-browser/blob/main/docs/options.md#catalogurl), but it's also a bug in that sense that the Browser should never lead to blocking the browser.
Stac-browser in ol-stac seems working correctly when run locally or run in a docker, but we are facing issues when deployed in the first draft of a demo application.
The context is:
ol-stac
branchconfig.js
andbuildUrlTemplate
works correctly until we show collection of 5 items that are cog served correctly viatitiler
(the reason to usetritiler
andbuildTilerUrlTemplate
is to have a different url for item download from that used to stream itany hint how to give you more info?
here the config.js
The text was updated successfully, but these errors were encountered: