-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
I am unable to setup my custom registration server, after doing all the steps in README, I am getting an error while running the gateway.
Object.defineProperty(mergeInto, prop, Object.getOwnPropertyDescriptor(Object(mergeFrom), prop));
^
TypeError: Cannot redefine property: registration_endpointfrom this file
gateway/node_modules/config/lib/config.js:1314
My local.json file looks like this (With my own NS details):
{
"ssltunnel": {
"registration_endpoint": "https://api.mydomain.org:8443",
"domain": "mydomain.org",
"certemail": "certificate@mydomain.org"
}
}I am running the gateway on Raspberry Pi 3B+. As soon as revert the changes in local.json, everything works all good. Is there something that I have missed?
Reactions are currently unavailable