resolveHandle
returning old did in bsky.social's PDS
#3339
Unanswered
samuelgoto
asked this question in
Dev Debugging
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started running my own PDS for my handle
@sgo.to
(code here based on this), which I think I've done successfully (here https://pds.sgo.to).It seems, however, that I can no longer login to https://bsky.app/profile/sgo.to with my PDS: it says that I have an invalid handle now.
My TXT DNS records seem correct:
which return the same DID in my PDS:
which also seems to be published correctly to the directory:
However, the bluesky.social PDS is still resolving the handle incorrectly here:
Which I'm guessing is why the web view things my handle is invalid ...
Is this some caching invalidation that I need to perform in the bluesky PDS to say that @sgo.to no longer should point to
did:plc:bftbdgcbe4zclvpkboe4hleq
but rather todid:plc:blnjevhuoo7j3awhxajd7a2o
instead? Or maybe that's just my DNS server that is taking a while to propagate my TXT record with my new DID?The at browser seems to say that the handle is invalid too:
https://atproto-browser.vercel.app/at/did:plc:blnjevhuoo7j3awhxajd7a2o
But it does seem like I managed to create posts in my PDS using the bluesky app view:
https://atproto-browser.vercel.app/at/did:plc:blnjevhuoo7j3awhxajd7a2o/app.bsky.feed.post/3lf7jamjdt22q
Beta Was this translation helpful? Give feedback.
All reactions