It's unclear without looking at code that you need to provide a "session id" to anchor's constructor when setting up the access context's wallet providers. Nor does anchor() throw any errors if you don't specify the session id. You just get an obscure error if you don't.
e.g.
walletProviders: [
anchor(`discussions`),
scatter()
]
It's unclear without looking at code that you need to provide a "session id" to anchor's constructor when setting up the access context's wallet providers. Nor does
anchor()throw any errors if you don't specify the session id. You just get an obscure error if you don't.e.g.