forcedotcom / lwc-dev-server-feedback

LWC Local Development
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

LWC does not preview properly and loads infinitely #158

Open Wataru-Sugimoto-PA opened 10 months ago

Wataru-Sugimoto-PA commented 10 months ago

Describe the bug LWC does not preview locally

To Reproduce Steps to reproduce the behavior: Install

  1. Install n
    brew install n
  2. Install node
    n stable
  3. Install sfdx globally with npm
    npm install sfdx-cli --global
  4. Install lwc local dev server
    sfdx plugins:install @salesforce/lwc-dev-server
  5. Install lwc local mobile dev server
  6. Auth devhub org with vscode
  7. check default org was switched
  8. Run lwc local server with vscode command Palette
  9. Startup Process stops at LWR 6001 and LWC is not previewed image
  10. In Chrome dev tool, It stop at accessing to "webruntime/bootstrap/latest/dev/ja/@webruntime/app" image

Expected behavior Great screen appears to preview

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Actually I try to install local server on Win10 wsl. But It does not work either this is my terminal history 21 brew install n 22 n latest 23 sudo n latest 24 sudo n stable 25 node --version 26 npm install sfdx-cli --global 27 npm install -g npm@10.0.0 28 sudo npm install -g npm@10.0.0 29 npm install sfdx-cli --global 30 sudo npm install sfdx-cli --global 31 sfdx 32 sudo npm install @salesforce/cli --global 33 npm install @salesforce/cli --global 34 sfdx plugins:install @salesforce/lwc-dev-server 35 sfdx plugins:install @salesforce/lwc-dev-mobile 36 $ sfdx force:lightning:lwc:start 37 sfdx force:lightning:lwc:start 38 java 39 java --version 40 sudo chown -R wataru.sugimoto /Users/xxx/ 41 npm 42 npm --version 43 sh --version 44 n --version 45 node --version 46 brew --version 47 history

stale[bot] commented 9 months ago

This issue has been automatically marked as type:bug-p3 because it has not had recent activity.

elliot41 commented 8 months ago

Same issue for me with the Desktop Browser Server.

jweston491 commented 5 months ago

Same issue for me

ChrisBland commented 5 months ago

Same issue for me

stale[bot] commented 3 months ago

This issue has been automatically marked as type:bug-p3 because it has not had recent activity.