FCHubFCHub.co

Troubleshooting

Something broke? Auth errors, timeouts, missing tools — every failure mode is covered here.

Something's not working. It happens. Every failure mode encountered (and reported by users) is catalogued here 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 or server issue.

Common Issues

Still Stuck?

Before filing an issue, check the Known FluentCart Bugs section above — your problem might be upstream.

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. Nobody wants it

On this page