My Error code while tryin to restart my project

npm run dev

testbuilld@2025.5.1 dev
shopify hydrogen dev --codegen

Environment variables injected into MiniOxygen:

SESSION_SECRET from local .env
PUBLIC_STORE_DOMAIN from local .env
PUBLIC_STOREFRONT_ID from local .env
PUBLIC_STOREFRONT_API_TOKEN from local .env
PRIVATE_STOREFRONT_ID from local .env
PUBLIC_CUSTOMER_ACCOUNT_API_CLIENT_ID from local .env
PUBLIC_CUSTOMER_ACCOUNT_API_URL from local .env

➜ Local: http://localhost:3000/
➜ Network: use --host to expose
➜ press h + enter to show help

╭─ success ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ View Hydrogen app: http://localhost:3000/
│ │
│ View GraphiQL API browser: │
http://localhost:3000/graphiql
│ │
│ View server network requests: │
http://localhost:3000/subrequest-profiler
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

╭─ warning ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Failed to fetch Hydrogen changelog │
│ │
│ Ensure you have internet connection and try again │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

AggregateError:
at internalConnectMultiple (node:net:1121:18)
at internalConnectMultiple (node:net:1189:5)
at Timeout.internalConnectMultipleTimeout (node:net:1715:5)
at listOnTimeout (node:internal/timers:596:11)
at processTimers (node:internal/timers:529:7)
AggregateError:
at internalConnectMultiple (node:net:1121:18)
at internalConnectMultiple (node:net:1189:5)
at Timeout.internalConnectMultipleTimeout (node:net:1715:5)
at listOnTimeout (node:internal/timers:596:11)
at processTimers (node:internal/timers:529:7)
AggregateError:
at internalConnectMultiple (node:net:1121:18)
at internalConnectMultiple (node:net:1189:5)
at Timeout.internalConnectMultipleTimeout (node:net:1715:5)
at listOnTimeout (node:internal/timers:596:11)
at processTimers (node:internal/timers:529:7)
AggregateError:
at internalConnectMultiple (node:net:1121:18)
at internalConnectMultiple (node:net:1189:5)
at Timeout.internalConnectMultipleTimeout (node:net:1715:5)
at listOnTimeout (node:internal/timers:596:11)
at processTimers (node:internal/timers:529:7)
MiniOxygen: Error during evaluation: TypeError: fetch failed
at Object.fetch (/home/sulaiman/Desktop/Shopify/Works/First_store/testbuilld/node_modules/miniflare/node_modules/undici/index.js:112:15)
at fetch3 (/home/sulaiman/Desktop/Shopify/Works/First_store/testbuilld/node_modules/miniflare/src/http/fetch.ts:90:19)
at Object.dispatchFetch (/home/sulaiman/Desktop/Shopify/Works/First_store/testbuilld/node_modules/miniflare/src/index.ts:1680:20) {
cause: SocketError: other side closed
at Socket.onSocketEnd (/home/sulaiman/Desktop/Shopify/Works/First_store/testbuilld/node_modules/miniflare/node_modules/undici/lib/client.js:1118:22)
at Socket.emit (node:events:530:35)
at Socket.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1698:12)
at processTicksAndRejections (node:internal/process/task_queues:90:21) {
code: ‘UND_ERR_SOCKET’,
socket: {
localAddress: ‘127.0.0.1’,
localPort: 37468,
remoteAddress: ‘127.0.0.1’,
remotePort: 37577,
remoteFamily: ‘IPv4’,
timeout: undefined,
bytesWritten: 268,
bytesRead: 0
}
}
}