observablehq / framework

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis.
https://observablehq.com/framework/
ISC License
2.56k stars 122 forks source link

observablehq.com/framework/sql suffers from unresolved duckdb-wasm cache issue #1702

Closed brichards920 closed 1 month ago

brichards920 commented 1 month ago

I wanted to let you know that the observablehq.com/framework/sql documentation appears to suffer from the Windows Chrome/Edge cache issue coming from duckdb-wasm. It loads for the first time and fails on future page loads.

It works fine when using incognito mode.

image

mbostock commented 1 month ago

Duplicate of #1470; workarounds in https://github.com/observablehq/framework/discussions/1691#discussioncomment-10790259. This is a bug in DuckDB-Wasm https://github.com/duckdb/duckdb-wasm/issues/1658 which they need to fix. I guess we could implement our own workaround, but I would rather than DuckDB-Wasm fix the underlying issue.