Closed dkcamargo closed 8 months ago
Are you using WSL?
Hey, yes i've tried in WSL and in Powershell both of them same issue...
Hi @dkcamargo I'm moving this to the cli repo. @Shopify/cli-foundations
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. → If there's no activity within a week, then a bot will automatically close this. Thanks for helping to improve Shopify's dev tooling and experience.
P.S. You can learn more about why we stale issues here.
Yes this is still active.
I create the latest version of the Shopify Admin App using
npm init @shopify/app@latest
And just started a debug window using 'Debug npm script' from VS Code and selecting 'npm run dev'
and as soon as i go to Preview this new app (after installing to a brand new dev store), I immediately get this
I used to have no issues debugging admin apps prior to the change over to using Vite?
Any help much appreciated as this is a major loss of functionality in working with the code
Issue summary
when i start my Dev server on my machine for local development the server seems to not handle the web-socket comunication and makes the dev-server die.
I've tried:
20.8.0
,20.9.0
and20.11.0
2.0.0
,2.4.1
,1.19.1
3.7.0
all versions untill4.2.0
--reset
flagshopify.web.toml
filedev
confg tonpm exec remix dev -- --manual
Specs
@shopify/shopify-app-remix
version: 2.0.0Expected behavior
When running the dev server through npm run dev, the server should be able to keep serving for more then 10minutes.
Actual behavior
Seems to have an error handling the web-socket
Steps to reproduce the problem