Recent searches
No recent searches
ZCLI apps:create error
Posted Jan 04, 2024
Hi, I'm currently getting an error when running
zcli apps:create
in the terminal:
Uploading app... !
Error: connect ECONNREFUSED 127.0.0.1:443
Code: ECONNREFUSED
Tried zcli login and zcli apps:clean but no change.
Thx for any guidance, Jan
0
2
2 comments
Greg Katechis
Hi Jan! 127.0.0.1 is your localhost IP address on your computer and npm uses port 443 to listen to https traffic, so this likely means there is some shenanigans going on with your computer. The best bet is surprisingly to just restart your computer and try again. If that doesn't fix it, I would take a look at your firewall settings. If you're still having issues, I would honestly google the error and try a few things to see what might fix it, but I have a feeling you'll be fine after the restart.
0
Jan-Willem Rossée
Hi Greg, thanks for your help! I've been trying to troubleshoot this for a while (many restarts included and google searches) , but with no luck on my part. At some point I had even turned off my firewall completely. For some reason when googling again this morning I stumbled upon some promising posts. I will try them during the day and share my results and hopefully a solution :-).
0