I am having problems moving between observablehq.com and new.observablehq.com for Notebook 2.0 docs.
If I create a document in new.observablehq.com with the Notebook 2.0 library, I can, as expected view the document in new.observablehq.com. If I try to view it in observablehq.com I sometimes get the (expected) view of the page with the warning at the top 'This notebook uses features only available in the new Observable.’ But for some documents, I get the following more severe errors:
Application error: a client-side exception has occurred (see the browser console for more information). With the console reporting:
[Error] Error: duplicate resolution — 3999-eb7c9b525e00cb6c.js:1:1180
(anonymous function) (_app-82353a9688257f5f.js:23:6287)
a5 (framework-6761de23ac53dea2.js:1:70194)
(anonymous function) (framework-6761de23ac53dea2.js:1:70706)
lX (framework-6761de23ac53dea2.js:1:57379)
uY (framework-6761de23ac53dea2.js:1:91155)
e (framework-6761de23ac53dea2.js:1:111472)
(anonymous function) (framework-6761de23ac53dea2.js:1:111481)
oI (framework-6761de23ac53dea2.js:1:111993)
oS (framework-6761de23ac53dea2.js:1:95365)
E (framework-6761de23ac53dea2.js:1:137872)
T (framework-6761de23ac53dea2.js:1:138402)
[Error] Error: duplicate resolution — 3999-eb7c9b525e00cb6c.js:1:1180
(anonymous function) (_app-82353a9688257f5f.js:23:6287)
a5 (framework-6761de23ac53dea2.js:1:70194)
(anonymous function) (framework-6761de23ac53dea2.js:1:70706)
lX (framework-6761de23ac53dea2.js:1:57379)
uY (framework-6761de23ac53dea2.js:1:91155)
e (framework-6761de23ac53dea2.js:1:111472)
(anonymous function) (framework-6761de23ac53dea2.js:1:111481)
oI (framework-6761de23ac53dea2.js:1:111993)
oS (framework-6761de23ac53dea2.js:1:95365)
E (framework-6761de23ac53dea2.js:1:137872)
T (framework-6761de23ac53dea2.js:1:138402)
[Error] Error: duplicate resolution — 3999-eb7c9b525e00cb6c.js:1:1180
(anonymous function) (_app-82353a9688257f5f.js:23:6287)
Z (main-c58989c3021235ab.js:1:11440)
fn (main-c58989c3021235ab.js:1:10486)
componentDidCatch (main-c58989c3021235ab.js:1:8951)
(anonymous function) (framework-6761de23ac53dea2.js:1:70814)
lX (framework-6761de23ac53dea2.js:1:57379)
uY (framework-6761de23ac53dea2.js:1:91155)
e (framework-6761de23ac53dea2.js:1:111472)
(anonymous function) (framework-6761de23ac53dea2.js:1:111481)
oI (framework-6761de23ac53dea2.js:1:111993)
oS (framework-6761de23ac53dea2.js:1:95365)
E (framework-6761de23ac53dea2.js:1:137872)
T (framework-6761de23ac53dea2.js:1:138402)
[Error] A client-side exception has occurred, see here for more info: Client-side Exception Occurred | Next.js
(anonymous function) (_app-82353a9688257f5f.js:23:6287)
Z (main-c58989c3021235ab.js:1:11457)
fn (main-c58989c3021235ab.js:1:10486)
componentDidCatch (main-c58989c3021235ab.js:1:8951)
(anonymous function) (framework-6761de23ac53dea2.js:1:70814)
lX (framework-6761de23ac53dea2.js:1:57379)
uY (framework-6761de23ac53dea2.js:1:91155)
e (framework-6761de23ac53dea2.js:1:111472)
(anonymous function) (framework-6761de23ac53dea2.js:1:111481)
oI (framework-6761de23ac53dea2.js:1:111993)
oS (framework-6761de23ac53dea2.js:1:95365)
E (framework-6761de23ac53dea2.js:1:137872)
T (framework-6761de23ac53dea2.js:1:138402)
[Debug] Flutter Web Bootstrap: Auto. (main.dart.js, line 7380)
This is a problem because I currently require the older observable interface to add thumbnails or add to collections.
For some pages created in this way, I sometimes simply see the ‘Oops, unexpected error’ page. For example this one:
https://observablehq.com/d/697a9585c7704ddb
(And this does display correctly as Test: Does not display in Observable 1.0 | Jo Wood | Observable)
Is this a known problem?