diff --git a/docz/docs/03-demos/41-nosql.md b/docz/docs/03-demos/41-nosql.md
index b5d4102..ba7c51b 100644
--- a/docz/docs/03-demos/41-nosql.md
+++ b/docz/docs/03-demos/41-nosql.md
@@ -184,7 +184,16 @@ if(type == "hash") {
#### Example
-Complete Example (click to show)
+:::warning
+
+The most recent version of the `redis` node module does not work with most
+versions of NodeJS. It is "ESM-only", requiring NodeJS 18 or later. As a result,
+this demo also requires NodeJS version 18.
+
+Questions regarding the `redis` library and the decision to drop traditional
+NodeJS "CommonJS" module support should be directed to the Redis team.
+
+:::
0) Set up and start a local Redis server
@@ -204,8 +213,6 @@ Inspect the output and compare with the data in `SheetJSRedisTest.mjs`.
Open `SheetJSRedis.xlsx` and verify the columns have the correct data
-
-
### PouchDB
diff --git a/docz/docs/03-demos/44-hosting/01-dropbox.mdx b/docz/docs/03-demos/44-hosting/01-dropbox.mdx
index 14bb310..65235f8 100644
--- a/docz/docs/03-demos/44-hosting/01-dropbox.mdx
+++ b/docz/docs/03-demos/44-hosting/01-dropbox.mdx
@@ -35,20 +35,6 @@ The live demos require a Dropbox account.
### Live Demo
-:::note
-
-The Dropbox API script is loaded in this page with
-
-```html
-
-```
-
-The specific App Key used in this demo is a "Development" key associated with
-the `localhost` and `docs.sheetjs.com` domains. Dropbox API does not require
-"Production" approval for the Chooser.
-
-:::
-
The button must have the following options:
- `multiselect: false` ensures only one file can be selected