Clawdhub broken - ConvexProviderWithAuth not found error #9

Closed
opened 2026-02-15 17:15:02 -05:00 by yindo · 2 comments
Owner

Originally created by @TheSethRose on GitHub (Jan 18, 2026).

Clawdhub is currently not loading. The page displays a React error boundary with the following error:

"Could not find ConvexProviderWithAuth (or ConvexProviderWithClerk or ConvexProviderWithAuth0) as an ancestor component. This component may be missing, or you might have two instances of the convex/react module loaded in your project."

Expected Behavior:
Site should load normally with authentication and database functionality working.

Actual Behavior:

  • Page shows "Something went wrong!" error message
  • Full error text displayed (see screenshot)
  • Unable to access any site functionality

Environment:

Screenshots:
Image

Additional Notes:
This appears to be a critical issue preventing any use of the platform. The error suggests the Convex provider component is either missing from the app hierarchy or there is a duplicate module conflict.

Originally created by @TheSethRose on GitHub (Jan 18, 2026). Clawdhub is currently not loading. The page displays a React error boundary with the following error: > "Could not find `ConvexProviderWithAuth` (or `ConvexProviderWithClerk` or `ConvexProviderWithAuth0`) as an ancestor component. This component may be missing, or you might have two instances of the `convex/react` module loaded in your project." **Expected Behavior:** Site should load normally with authentication and database functionality working. **Actual Behavior:** - Page shows "Something went wrong!" error message - Full error text displayed (see screenshot) - Unable to access any site functionality **Environment:** - Browser: Helium / Chromium - URL: https://clawdhub.com (or local) - Date/Time: 2026-01-18 **Screenshots:** <img width="2772" height="250" alt="Image" src="https://github.com/user-attachments/assets/97bacb28-8fbc-438f-9a40-e0a40ffb36b0" /> **Additional Notes:** This appears to be a critical issue preventing any use of the platform. The error suggests the Convex provider component is either missing from the app hierarchy or there is a duplicate module conflict.
yindo closed this issue 2026-02-15 17:15:02 -05:00
Author
Owner

@TheSethRose commented on GitHub (Jan 18, 2026):

Looks fixed. Per Peter "web service was impacted". Closing, to keep the issues log clean.

@TheSethRose commented on GitHub (Jan 18, 2026): Looks fixed. Per Peter "web service was impacted". Closing, to keep the issues log clean.
Author
Owner

@ksylvan commented on GitHub (Jan 28, 2026):

This is not fixed.

installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: 3d4852d454a9b650] Server Error
main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: 3d4852d454a9b650] Server Error
  Called by client
    at hP.action (main-CxVEUL4_.js:19:45900)
    at async main-CxVEUL4_.js:104:50396
installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: b66dc82cc8e1b0d5] Server Error
main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: b66dc82cc8e1b0d5] Server Error
  Called by client
    at hP.action (main-CxVEUL4_.js:19:45900)
    at async main-CxVEUL4_.js:104:50396
installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: aeaaeae7b6ebb862] Server Error
main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: aeaaeae7b6ebb862] Server Error
  Called by client
    at hP.action (main-CxVEUL4_.js:19:45900)
    at async main-CxVEUL4_.js:104:50396

I also see this (possibly same) error using the CLI:

pnpm exec molthub search Google
✖ {"code":"[Request ID: b368b7ad0ff1edcd] Server Error"}
Error: {"code":"[Request ID: b368b7ad0ff1edcd] Server Error"}
@ksylvan commented on GitHub (Jan 28, 2026): This is not fixed. ```text installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: 3d4852d454a9b650] Server Error main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: 3d4852d454a9b650] Server Error Called by client at hP.action (main-CxVEUL4_.js:19:45900) at async main-CxVEUL4_.js:104:50396 installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: b66dc82cc8e1b0d5] Server Error main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: b66dc82cc8e1b0d5] Server Error Called by client at hP.action (main-CxVEUL4_.js:19:45900) at async main-CxVEUL4_.js:104:50396 installHook.js:1 [CONVEX A(search:searchSkills)] [Request ID: aeaaeae7b6ebb862] Server Error main-CxVEUL4_.js:19 Uncaught (in promise) Error: [CONVEX A(search:searchSkills)] [Request ID: aeaaeae7b6ebb862] Server Error Called by client at hP.action (main-CxVEUL4_.js:19:45900) at async main-CxVEUL4_.js:104:50396 ``` I also see this (possibly same) error using the CLI: ```text pnpm exec molthub search Google ✖ {"code":"[Request ID: b368b7ad0ff1edcd] Server Error"} Error: {"code":"[Request ID: b368b7ad0ff1edcd] Server Error"} ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#9