ClickUp connector read calls fail after disconnect and reauthentication
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- PR merge metrics
- PR metrics pending
Description
Environment
- Codex Desktop 26.727.40816 (build 6067)
- macOS 27.0 (build 26A5406e)
- Bundled ClickUp connector/plugin
- ClickUp account is the workspace owner
Reproduction
- Delete the previously connected ClickUp user.
- Uninstall the ClickUp plugin.
- Disconnect the bundled ClickUp connector separately.
- Sign in to ClickUp as the workspace owner.
- Reinstall and reconnect the plugin and connector.
- From a new verification task, run read-only workspace-members, hierarchy, and search calls.
Actual behaviour
The ClickUp tools are visible, but authenticated-principal identity, workspace access, and successful read acceptance cannot be established:
- No current-user or
whoamitool is exposed. - Explicit and implicit
get_workspace_memberscalls return:Resource not found get_workspace_hierarchyreturns the same error when the optionalmax_depthfield is omitted:Resource not found- A harmless workspace search returns:
Must join workspace to have access
The failures persist after uninstalling, disconnecting, reauthenticating, reinstalling, reconnecting, and testing in a new/current task.
No ClickUp writes were made. No personal email, workspace ID, names, task content, tokens, logs, or session transcripts are included.
Expected behaviour
After reconnecting as a workspace owner, read-only workspace members, hierarchy, and search calls should succeed. The connector should also expose a safe way to inspect the authenticated principal, so tool visibility, authentication, workspace access, and read acceptance can be distinguished.
Duplicate check
Exact-error searches in openai/codex found no matching open ClickUp report for either error.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reconnect sequence, then run the workspace-members, workspace-hierarchy, and workspace-search calls described in the issue, including hierarchy without max_depth. Trace the bundled ClickUp connector's authentication and workspace-access entry points. Done means a reauthenticated workspace owner can complete those read-only calls and safely verify the authenticated principal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, authentication, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100