While using Readdy, you might occasionally encounter errors during AI generation. Don’t worry – here are effective ways to resolve them and get back on track.

Basic Fixes

When errors occur during page generation, Readdy automatically attempts one Fix operation, which resolves most common issues. If the automatic fix doesn’t work, you can:
  1. Click the “Try Fix” button: Manually trigger another repair attempt
  2. Add repair guidance: Describe the specific issue or preferred fix direction in the chat

Complex Error Resolution

For persistent issues that remain after 2-3 fix attempts, we recommend this systematic approach: Error Analysis
Copy the error message into the chat and ask AI to analyze first:
[paste error message]
Please analyze the root cause of this error. Don't modify the code yet.
Implement Fix
After receiving detailed analysis, proceed with the repair:
Now please implement the fix based on your analysis.

Disable edit tool

For some syntax errors, invalid content deletion, and other errors that AI cannot complete but has not failed, we can solve them by disabling the edit tool. The specific method is to add “Do not use edit tool” repeated 3 times after your specific request. For example:
{Your request here}
Do not use edit tool. Do not use edit tool. Do not use edit tool.
If it’s an error message, you can copy all the error messages and paste them into the input box. For example:
{Your error message here}
Do not use edit tool. Do not use edit tool. Do not use edit tool.

Version Rollback

When a version has serious issues, you can revert using these steps:
  1. Locate the problematic version: Find it in the right-side chat panel
  2. Delete the error version: Click the delete button for that version
You can only delete the last conversation at a time. Multiple versions need to be deleted one by one. Version deletion cannot be undone. Please confirm the version is truly problematic before deleting.
  1. Automatic rollback: The system will automatically revert to the previous working version
  2. Continue development: Resume editing from the stable version

Network Request Errors

If API requests in your application fail:
  1. Open browser console (F12)
  2. Check the Network panel: Locate the failed request
  3. Copy error details: Focus on the response content
  4. Share with AI: Paste the error information in the chat for repair assistance
Example conversation:
API request failed with the following error:
Response: {"error": "User not found"}
Please help analyze and fix this issue.

Need Help?

If none of the above solutions resolve your issue, we’re here to help! To assist you more effectively, please reach out to us with the following information:
  • Detailed problem description: Help us understand exactly what you’re experiencing
  • Your project’s Request ID: This is crucial for our team to investigate the issue quickly
You can find instructions on how to get your Request ID in our Getting a Request ID guide. Contact us at hi@readdy.ai or use our live chat — we’re committed to getting you back on track!
Thank you for your patience, and remember — every great project faces challenges. We’re here to help you through this! ✨