-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
What
Currently the docs mentions:
In development, the dev.ts script will be used which will automatically set up an ngrok tunnel for you and start the mediator agent with some default values. There's no need to configure any environment variables.
However, in development mode, ngrok gives an access error until a token is set.
void connect({
port,
authtoken: 'your-token'
}).then((app) => {
Could this be a possible issue for starting the mediator in development, Or am I missing something?
Metadata
Metadata
Assignees
Labels
No labels