FCHubFCHub.co

Troubleshooting

Something broke? I've seen every failure mode. Auth errors, timeouts, missing tools — all covered here.

Something's not working. It happens. I've catalogued every failure mode I've encountered (and the ones users have reported) so you can fix it without filing an issue. Most problems are one of three things: connection, authentication, or timeouts.

Quick Diagnosis

Before you do anything else, run this in your terminal:

curl -u "username:application_password" https://your-store.com/wp-json/fluent-cart/v2/app/init

Replace username and application_password with your actual values. What you get back tells you exactly where the problem is:

ResponseWhat It Means
JSON with store dataConnection and auth work fine. Your issue is in the AI client config.
401 UnauthorizedWrong username or Application Password.
403 ForbiddenYour user doesn't have admin permissions.
404 Not FoundFluentCart isn't installed, or the URL is wrong.
Connection refusedWordPress is unreachable. Network issue, not mine.

Common Issues

Still Stuck?

If none of the above helps:

  1. Check GitHub Issues — someone might've hit the same problem
  2. Open a new issue with: error message, Node.js version, AI client name, and what you tried
  3. Do not include your Application Password in the issue. I don't want it, and neither does anyone else

On this page