Troubleshooting
Solutions to common issues you might encounter when using Instructionly.
MCP Connection Issues
Problem: IDE can't connect to Instructionly
Solutions:
- Verify your MCP Key ID and Secret are correct
- Check the workspace slug matches your workspace
- Restart your IDE after configuration changes
- Run
instructionly upgradeto get the latest version
Invalid or Expired Tokens
Problem: Getting token errors during authentication
Solutions:
- Request a new verification/reset email
- Check if the link has expired (usually 24 hours)
- Clear browser cookies and try again
Credit Balance Issues
Problem: "Insufficient credits" errors
Solutions:
- Check your billing account balance
- Ensure the billing account is linked to your workspace
- Purchase more credits or enable auto top-up
Workspace Access Denied
Problem: Can't access a workspace or feature
Solutions:
- Verify you have the correct role (some features require Admin or Owner)
- Check if your membership is still active
- Contact the workspace owner for access
Recovery Code Not Working
Problem: Account recovery code is rejected
Solutions:
- Ensure you're entering the code exactly as shown (case-sensitive)
- Check for spaces or special characters
- If regenerated, use the latest code
- Contact support for manual recovery
CLI Installation Issues
Problem: Can't install or run the instructionly CLI
Solutions:
- Ensure Node.js is installed (version 18+)
- Try installing with admin/sudo privileges:
sudo npm install -g instructionly - Clear npm cache:
npm cache clean --force - Check your PATH includes npm global binaries
Skills Not Being Applied
Problem: Instructions aren't showing up in AI responses
Solutions:
- Ensure the skill is enabled (not disabled)
- Check that the action type matches your request
- Verify you're using the
/instructionly/ioncommand prefix - Restart your IDE to refresh the MCP connection
If none of these solutions work, contact our support team through the in-app support feature or join the community discussion.