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
Hello, recently I've migrated one account to my self-hosted PDS. For that, I've used the script you've provided in documentation. Everything moved correctly, but the account lost the ability to see discovery feed. Following feed works as usual. The error message provided is 500 Interial server Error
I checked the devtools and I found this:
{
"error": "checking jwt failed: failed to parse auth header JWT: token signature is invalid: crytographic signature invalid",
"message": "Internal Server Error"
}
while trying to reach app.bsky.feed.generator/whats-hot. Other accounts on the same server can access discovery normally.
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
we have a known issue around this related to caching of identity metadata which could impact accounts for up to 24 hours after they change atproto signing keys, which happens during account migration.
Hello, recently I've migrated one account to my self-hosted PDS. For that, I've used the script you've provided in documentation. Everything moved correctly, but the account lost the ability to see discovery feed. Following feed works as usual. The error message provided is 500 Interial server Error
I checked the devtools and I found this:
while trying to reach
app.bsky.feed.generator/whats-hot
. Other accounts on the same server can access discovery normally.Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: