From c0f45d159e47f35bd30b63f614882326562a17e4 Mon Sep 17 00:00:00 2001 From: Micha Sam Brickman Raredon <42100128+msraredon@users.noreply.github.com> Date: Fri, 29 May 2026 12:01:21 -0400 Subject: [PATCH] Update index.html --- docs/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/index.html b/docs/index.html index 257b2c9..b73e093 100644 --- a/docs/index.html +++ b/docs/index.html @@ -390,6 +390,15 @@

Download TissuePlex

back to this folder (cd ~/Documents/TissuePlex), run git pull, then docker compose up --build. + +
+ Windows users: After a git pull, + Docker Desktop sometimes reuses a stale build cache and serves an outdated + version of the app, resulting in a black screen with an error about a wrong + MIME type in the browser console. If this happens, force a clean rebuild: +
docker compose build --no-cache
+docker compose up
+
@@ -1084,6 +1093,11 @@

Troubleshooting

TissuePlex is still processing the morphology image. Wait 15–30 seconds and refresh the page. + + Black screen after updating (especially on Windows) + Docker reused a stale build cache. Force a clean rebuild:
+ docker compose build --no-cache && docker compose up + My dataset doesn't appear in the dropdown Check that DATA_PATH points to the parent folder and that