Closed i1d9 closed 2 months ago
@i1d9 Open your mediator url and copy the did that shows in the website. Then, open the typescript edge agent and go to debug tab and paste your mediator did in there.
The mediator needs to be recheable by both, docker and outside. If you configure it as localhost, the agent won't be able to reach mediator in docker network.
The right process is to deploy using the commands we provide. Is your mediator running at that ip address:8080? As far as the local mediator you have deployed has the env vars configured correctly u should be able to reach it.
Is this a regression?
No
Description
I've been following the following quick guide to setup the whole identus infra on my development machine. I successfully ran the nextjs demo application but I'm not able to start the edge agent. Its state is stuck at starting. I've also noticed a request is being sent to an ip address targeting port 8080. I'm using docker to run my mediator at port 8080. I've confirmed that the endpoint is up and is also visible on my browsers. I'm assuming the sdk is looking for the mediator. Is there a way to point it to my actual localhost or am I missing something?
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
No response