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
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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: