Skip to content

Message from server: invalid feed generator service details in did document: did:plc:kbpvrgr..... #3031

Closed Answered by axxs
axxs asked this question in Dev Debugging
Discussion options

You must be logged in to vote

For anyone having similar issues.

I had to create a /.well-known/did.json

Ensure FEEDGEN_SERVICE_DID is commented out so that app.bsky.feed.describeFeedGenerator shows the did:web:hostingdomain.org

did.json was in the format:

{
  "@context": [
    "https://www.w3.org/ns/did/v1"
  ],
  "id": "did:web:hostingdomain.org",
  "service": [
    {
      "id": "#bsky_fg",
      "type": "BskyFeedGenerator",
      "serviceEndpoint": "https://hostingdomain.org"
    }
  ]
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@axxs
Comment options

Answer selected by axxs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant