Closed banesullivan closed 5 months ago
yes... We will need to go the route of service worker to properly enable WASM... I may push a temporary fix that only enable those cross origin option with some ENV vars...
Should be fixed in 2.1.2
For reference https://web.dev/articles/coop-coep
Ideally leaflet should take some extra args to allow the fetching of the tiles/images...
6191d2d seems to have broken use of trame with jupyter-server-proxy and is affecting other third party libraries.
After installing
trame-jupyter-extension==2.1.1
, I seechrome-error://chromewebdata/
when trying to use trame over jupyter-server-proxyFurther, this is affecting other thrid party software. For instance, if I try to use
ipyleaflet
at all after this upgrade, I seenet::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep
errors when loading any basemap tilesDowngrading to
trame-jupyter-extension==2.1.0
yields correct behavior