Closed lexicalunit closed 2 years ago
Ah, I see. You have to connect with the username you got from createUser()
.
const secure = await api.createLocal(host).connect('the username');
const bridgeConfig = await secure.configuration.getConfiguration();
[...]
I was able to get things to work after creating a user via
createUser()
. But now I can not jump back into things using the user that I created. Do I have to docreateUser()
every time the app starts?