Hi,
We are struggling with setting up microgateway in our Private Cloud. We did first did it for public cloud with success but now when we setting this up for our private cloud we run in to problem.
The error is:
current nodejs version is v8.10.0
current edgemicro version is 2.5.26
delete cache config
deleted /home/xxxx/.edgemicro/xxxx-xxxx-config.yaml
init config
file doesn't exist, setting up
configuring edgemicro internal proxy
deploying edgemicro internal proxy
Error: Proxy creation failed. Status code 302 at proxyCreationDone (/usr/local/lib/node_modules/edgemicro/node_modules/apigeetool/lib/commands/deployprox y.js:265:10) at Request._callback (/usr/local/lib/node_modules/edgemicro/node_modules/apigeetool/lib/commands/deployprox y.js:252:5) at Request.self.callback (/usr/local/lib/node_modules/edgemicro/node_modules/request/request.js:185:22) at emitTwo (events.js:126:13) at Request.emit (events.js:214:7) at Request.<anonymous> (/usr/local/lib/node_modules/edgemicro/node_modules/request/request.js:1161:10) at emitOne (events.js:116:13) at Request.emit (events.js:211:7) at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/edgemicro/node_modules/request/request.js:1083: 12) at Object.onceWrapper (events.js:313:30)
According to documentation we should be able to set the -d flag to get more logging but it looks like this flag do not exist. If i run edgemicro private configure -h there is no flag -d (debug)
Any id how we can investigate what is wrong?