Skip to content
Discussion options

You must be logged in to vote

Resolved — this ended up being a combination of auth mode, token type, request headers, and banging my head talking with claude.

The working setup was:

  1. Enable multi-user mode using the correct Docker environment variable:
environment:
  MULTIUSER: enabled
  1. Use the correct Accept header for the v0 API:
Accept: application/vnd.manyfold.v0+json

Using Accept: application/json caused 406 Not Acceptable

  1. Use a Personal Access Token instead of an OAuth client_credentials token.
    The client_credentials token was issued successfully, but it did not have a resource_owner_id, so it was not associated with a Manyfold user. The API appears to require a user-owned token.

The working solution was to…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Floppy
Comment options

Answer selected by Floppy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants