Skip to content

Troubleshooting: wrong Windows command and Chrome-specific instructions #413

Description

@demarco2016

Bug 1: Incorrect Windows command in Port Conflicts section

  • File: developers/intelligent-contracts/tools/genlayer-studio/troubleshooting.mdx
  • Current:
    etstat -aon | find <PORT_NUMBER>
  • Problem: ind command on Windows requires quoted search strings. The correct command for filtering port numbers is indstr.
  • Fix: Change to
    etstat -aon | findstr <PORT_NUMBER>

Bug 2: Chrome-specific cache clearing instructions not labeled

  • File: Same troubleshooting page, "Frontend Not Loading Correctly" section
  • The solution walks through "Click on the left of your address bar -> Cookies and site data -> Manage on device site data -> Delete localhost"
  • This only works in Chrome/Chromium browsers. Firefox, Brave, Safari users won't find these options.
  • Fix: Add "(Chrome/Chromium)" label or add instructions for other browsers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions