Skip to content

No auth token found when signing message #5539

@LeonelSalvo

Description

@LeonelSalvo

Issue started last week after a redeploy, useActiveAccount or any other ways to get to the signMessage() will throw this error for email logged wallets using In-App wallet with default settings. Weird thing, is not happening with metamask or other log in ways.

Looking into localstorage, i see that previous deploys of my app, using thirdweb sdk v5, had wallets as "sharded", now are "enclave" and methods from account objects from email logins fail with this.

Looking into localstorage, i see in my previous versions a lot of data populated, but in the new ones ( the ones that email fails ) never gets populated

Actual storage:
image

Previous:
image

Looking into .js bundled sources i see that the signMessage() fn looks for the auth token, like "authCookie" and is not defined.

Metadata

Metadata

Assignees

Labels

Needs ReproductionThere's a potential bug but a reproduction is needed to confirm.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions