From 5c329b35a63b4ece480c841c1389a69d569e4f08 Mon Sep 17 00:00:00 2001 From: avivash Date: Thu, 25 Jan 2024 10:44:06 -0800 Subject: [PATCH] Fix: temporarily disable IPFS daemon check to debug CORs issue --- src/routes/+layout.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index fc00648..0d67f7c 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -55,8 +55,8 @@ // Check for a Homestar WebSocket connection checkHomestarConnection() - // Check if the IPFS daemon is running - await checkIPFSConnection() + // // Check if the IPFS daemon is running + // await checkIPFSConnection() // Subscribe to Homestar network events subscribNetworkEvents()