I don't know when this issue started but today I noticed that I can not reach posts from Threads anymore.
Is this related with an issue on Threads? When I check the logs I see requests to that 2 endpoints:
- https://threads.net/.well-known/webfinger?resource=acct%3Amkbhd%40threads.net
- https://threads.net/ap/users/17841400463380452/outbox/
But 2. request returns:
{
"success": false,
"error": "Not found"
}
Currently I'm running the release on b192967 commit.
I don't know when this issue started but today I noticed that I can not reach posts from Threads anymore.
Is this related with an issue on Threads? When I check the logs I see requests to that 2 endpoints:
But 2. request returns:
{ "success": false, "error": "Not found" }Currently I'm running the release on b192967 commit.