Troubleshooting XO
Run into issues? Here are some common problems and quick solutions.
1. My build is stuck or slow
Try rephrasing your prompt to be more specific.
If code generation is stuck and the UI shows 'generating response,' click the stop button. Save all files in your text editor, then open the console and run
npm install
, followed bynpm run dev
.Check your internet connection or try refreshing.
Open Task Manager to monitor your computer’s memory usage.
2. Output isn’t what I expected
Be more detailed with your requirements (e.g. "mobile responsive UI").
Build small, iterative and specific
3. Agent errors or code bugs
Copy error logs and paste them in the prompt input box
Need more help? Reach out at support@xo.dev
Last updated