-
Notifications
You must be signed in to change notification settings - Fork 83
Description
I am using Node v10.17.0. When I first load the page "localhost:3000", I see continuously "Loading ..." in the tree (see attached screenshot) without being able to add new buckets.
In the terminal, I see the followings errors/warnings:
(node:14964) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 3.233.190.64:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14)
(node:14964) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without
a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:14964) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Could it be related to node version? I did npm install.
Thanks