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:

Previous:

Looking into .js bundled sources i see that the signMessage() fn looks for the auth token, like "authCookie" and is not defined.
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:

Previous:

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