server icon indicating copy to clipboard operation
server copied to clipboard

Self hosted - Creating a Listed account does not work, difficulty debugging why?

Open rowlc opened this issue 2 years ago • 1 comments

Running v 3.41.3 via Docker

Have successfully got the server working as well as the web app, and the files interface works well too. However, when trying to create a Listed Author Profile under the Account Settings menu, I can see that it requests the account creation by calling

https://<my-api-url>/v1/users/<uid here>/integrations/listed

This response is returned:

"message": "Listed account creation requested successfully."

It then polls this endpoint waiting for a result:

https://<my-api-url>/v1/users/<uid here>/settings/listed_author_secrets

And continually it receives a message indicating that no Listed secrets can be found, indicating that either the account creation doesn't work, or that the server doesn't receive a success message from the Listed service, and thus no secret is stored.

I'm not an expert in TypeScript or tracking through all the code to figure out where this is failing, but I'd welcome any assistance to resolve. I'm sure it's something obvious.

rowlc avatar Aug 10 '23 01:08 rowlc

The functionality was seemingly removed, so they can keep it paywalled. Which is sad.

CarlSinclair avatar Sep 14 '24 23:09 CarlSinclair