Issues with custom client development: npm run dev / local hangs on ZipLoader.module.js #3147
-
I am working on an Ubuntu 20.04.1 LTS virtual machine (via Hyper-V) to try and build a custom client that I deploy to a Hubs Cloud instance. However, I am unable to get through the
When I try to visit https://localhost:8080, I get a 'Connection timed out' error. I'll keep the VM up to see if it's possible it's just taking a really long time (20+ minutes here) to deploy, but also wanted to document this as a discussion in case others have this issue and have suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I may be missing some context here, but I don't think
More information / troubleshooting help can be found in "Creating and Deploying Custom Clients" section of the docs. If those steps aren't working or if they are unclear, any information you can provide may help us improve them. |
Beta Was this translation helpful? Give feedback.
-
Update: I had an old version of node installed. Updating to the latest version of node fixed this. If anyone else is having the issue where responses time out, check your version of node with |
Beta Was this translation helpful? Give feedback.
Update: I had an old version of node installed. Updating to the latest version of node fixed this. If anyone else is having the issue where responses time out, check your version of node with
node --version
and update if it's behind. I was on version 10, which is what ships with Ubuntu 20 by default.