From ba895f71d2127dc98fcbe2d952936dcfb5490ed9 Mon Sep 17 00:00:00 2001 From: demarco2016 <36988556+demarco2016@users.noreply.github.com> Date: Fri, 15 May 2026 13:20:44 +0200 Subject: [PATCH] Fix: change find to findstr on Windows and add Chrome/Chromium label --- .../tools/genlayer-studio/troubleshooting.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/developers/intelligent-contracts/tools/genlayer-studio/troubleshooting.mdx b/pages/developers/intelligent-contracts/tools/genlayer-studio/troubleshooting.mdx index cc239429c..1fa3b73f9 100644 --- a/pages/developers/intelligent-contracts/tools/genlayer-studio/troubleshooting.mdx +++ b/pages/developers/intelligent-contracts/tools/genlayer-studio/troubleshooting.mdx @@ -7,7 +7,7 @@ The frontend may not load correctly due to caching issues or an outdated version ### Solution - **Refresh Frontend:** Simply reload the page in your browser. -- **Clear Cache:** Clear your browser's cache by clicking on the left of your address bar -> Cookies and site data -> Manage on device site data -> Delete localhost. +- **Clear Cache (Chrome/Chromium):** Clear your browser's cache by clicking on the left of your address bar -> Cookies and site data -> Manage on device site data -> Delete localhost. import Image from 'next/image' @@ -33,7 +33,7 @@ The Studio may fail to start if some ports required for its operation are alread ``` - **Windows:** ```cmd copy - netstat -aon | find + netstat -aon | findstr ``` 2. Use the following command to kill the process using the port. Replace `` with the Process ID obtained from the previous step. - **Linux / MacOS:**