Note: I’m on Windows 10, running Ubuntu 24.04 LTS, WSL.
Hi, I’m trying to get started with learning Hydrogen and creating a storefront. I have followed Shopify’s guide here: https://shopify.dev/docs/storefronts/headless/hydrogen/getting-started
I have created a new storefront project directory with:
npm create @shopify/hydrogen@latest -- --quickstart
I then did
npm run dev
to run the development server, which seemingly is running okay, if my command line is anything to go by:
However, whenever I try to access the development server at localhost:3000 in my browser (any browser, Chrome, Firefox, all return the same issue), nothing loads and I get a “This site can’t be reached” ERR_CONNECTION_RESET error:
This issue is exclusively happening to me with Hydrogen. I haven’t encountered any issues with running local development servers with other applications, e.g. Vite with React, Next.js - those are all working.
If anyone has any ideas about what I can do to resolve this issue, I would appreciate it.
Thanks.

