You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like a backwards compatibility issue with older accounts. I can reproduce this both on chrome and firefox and with several dapps (arkadiko, alex, stacksart). The error in the console is"Error checking doPublicKeysMatchUsername", which seems to come from the below CORS issue below.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://core.blockstack.org/v1/names/karlcd.id.blockstack. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 301.
Here is a screenshot of the console
Here is a screenshot of request headers for the failed https://core.blockstack.org/v1/names/karlcd.id.blockstack request
The text was updated successfully, but these errors were encountered:
Seems like a backwards compatibility issue with older accounts. I can reproduce this both on chrome and firefox and with several dapps (arkadiko, alex, stacksart). The error in the console is"Error checking doPublicKeysMatchUsername", which seems to come from the below CORS issue below.
Here is a screenshot of the console
![Screen Shot 2022-01-25 at 11 46 18 AM](https://user-images.githubusercontent.com/6413648/151048494-bb975d70-ba23-432a-983c-8c3e804291f9.png)
Here is a screenshot of request headers for the failed
![Screen Shot 2022-01-25 at 11 48 38 AM](https://user-images.githubusercontent.com/6413648/151048779-be9756a7-6948-4339-a755-95360c0aa39f.png)
https://core.blockstack.org/v1/names/karlcd.id.blockstack
requestThe text was updated successfully, but these errors were encountered: