I’m currently working on a Hydrogen storefront project and encountering an issue when trying to run the development server. After running npm run dev, the server starts up, but I’m met with a
TypeError: Unable to connect to Worker inspector error related to MiniOxygen.
What I’ve Tried:
- Port Conflicts: Checked for any port conflicts and ensured the port is not being used by another process.
- Firewall: Verified that the firewall is disabled (state = 0), so it’s not blocking the port.
- Reinstall Dependencies: Removed and reinstalled node_modules using npm install.
- Running on a Different Port: I attempted to run the development server on a different port, but the issue persists.
System Information:- Node.js Version: 22.7.0
- Hydrogen Version: 2024.7.5
I’d like to know if anyone else has encountered this issue or has any suggestions for resolving it. Any insights or recommendations would be greatly appreciated!
Thank you in advance for your help!
Cheers,
Moaz