You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install with yarn, can't start it:
Error starting gateway: Class constructor Configuration cannot be invoked without 'new'
node version: v10.10.0
tsc version: Version 3.0.3
install with npm, can't access admin page(localhost:8001):
AuthenticationError: Unauthorized
at allFailed (/usr/lib/node_modules/tree-gateway/node_modules/passport/lib/middleware/authenticate.js:159:21)
at attempt (/usr/lib/node_modules/tree-gateway/node_modules/passport/lib/middleware/authenticate.js:167:28)
at JwtStrategy.strategy.fail (/usr/lib/node_modules/tree-gateway/node_modules/passport/lib/middleware/authenticate.js:284:9)
...
The text was updated successfully, but these errors were encountered:
rainmanhhh
changed the title
can't run tree-gateway (installed by yarn)
can't run tree-gateway
Sep 29, 2018
install with yarn, can't start it:
Error starting gateway: Class constructor Configuration cannot be invoked without 'new'
node version: v10.10.0
tsc version: Version 3.0.3
install with npm, can't access admin page(localhost:8001):
AuthenticationError: Unauthorized
at allFailed (/usr/lib/node_modules/tree-gateway/node_modules/passport/lib/middleware/authenticate.js:159:21)
at attempt (/usr/lib/node_modules/tree-gateway/node_modules/passport/lib/middleware/authenticate.js:167:28)
at JwtStrategy.strategy.fail (/usr/lib/node_modules/tree-gateway/node_modules/passport/lib/middleware/authenticate.js:284:9)
...
The text was updated successfully, but these errors were encountered: