HeidiHan0000
Results
1
comments of
HeidiHan0000
- Firstly, the auth server url for dev mode seems to be broken. I am unable to reach https://localhost:8044, and replacing `agentOpts['hub-auth-url'] = 'https://localhost:8044';` -> `agentOpts['hub-auth-url'] = 'https://auth.trustbloc.local:8044';` in [options.js](https://github.com/trustbloc/wallet/blob/main/cmd/wallet-web/src/store/modules/options.js#L124)...