-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entryway PDS resolves handles after account migration #2280
Comments
i'd like to try to fix this, but it's unclear what software the entryway runs (some branch?) - i think this effects all migrated accounts, and is still causing problems like https://bsky.app/profile/mackuba.eu/post/3kofkqrqiez2l |
I think I'm seeing this issue too, with accounts on my third party federated PDS. @snarfed.indieweb.social.ap.brid.gy is an example: the first time you load eg https://bsky.app/profile/snarfed.indieweb.social.ap.brid.gy , it shows an Oops! Unable to resolve handle error. Behind the scenes, it's hitting https://bsky.social/xrpc/com.atproto.identity.resolveHandle?handle=snarfed.indieweb.social.ap.brid.gy , which always 400s with Unable to resolve handle. When I click Try again, it hits https://morel.us-east.host.bsky.network/xrpc/com.atproto.identity.resolveHandle?handle=snarfed.indieweb.social.ap.brid.gy , which correctly returns that account's DID, so the profile loads. @goeo- this seems similar to what you're seeing. https://bsky.social/xrpc/com.atproto.identity.resolveHandle?handle=genco.me returns your old |
^ thanks @mackuba for the great sleuthing! |
bluesky-social/social-app#3620 hopefully fixes this, and it's merged, so the next entryway release should do it 🤞. Than you @mary-ext!!! |
i would leave the issue open until the entryway starts resolving my handle correctly, or removes the endpoint, but this should fix the problem, for sure! |
Looks like this might be fixed...? Federated profiles are now all loading for me on bsky.app the first time! |
...although @goeo- reports that this only seems fixed for federated |
Describe the bug
I migrated my account did:plc:f5ejbog3ostso47er2y5ugbl to my own pds, then changed the handle to on-plc.goeo.lol. That account has held the handle genco.me before.
I even deactivated the account on the bluesky servers, but when I resolveHandle genco.me on bsky.social, it still resolves to my old did:plc.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Nothing should be resolving genco.me as anything but did:web:genco.me.
The text was updated successfully, but these errors were encountered: