bluesky-social / pds

Bluesky PDS (Personal Data Server) container image, compose file, and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when moving servers

markim opened this issue · comments

Hello,

I was tinkering around, and I think I may have broken something for my account. I am running my own bluesky pds server, but had to switch from one host/ip to another after learning more on how it was deployed.

My flow was this:

  1. install pds on server/ip-1 for domain test.com
  2. go to https://bsky.app/ and log in to user account from test.com
  3. uninstall pds on server/ip-1
  4. change dns for *.test.com and test.com to server/ip-2
  5. install pds on server/ip-2 for domain test.com

So I saw that there was the .env file in the /pds folder. I added SMTP from the env vars specified here: #44

I was able to email verify my account on the https://bsky.app/ site, then I deleted my account to see if I could reset and have things start fresh with server/ip-2.

So I made a new account through my pds server, and logged in again at https://bsky.app/ . However, it looks like my "DID" value seems to be saved somewhere on bsky's side, because I am getting errors posting, getting my profile, seeing lists, etc.

Perhaps I am being too fast to assume it would work after changing servers, is there a caching mechanism in place that will update the DID value for my account from my server from within bsky?

example error here:

Screenshot 2024-02-22 at 4 30 25 PM