Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rowlc opened this issue Aug 10, 2023 · 1 comment

Comments

@rowlc
Copy link

rowlc commented Aug 10, 2023

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.

@CarlSinclair
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants