Skip to main content

10. Troubleshooting

Welcome to the troubleshooting section. Here you will find guides for common issues encountered when using Docusaurus in our Docker environment.

Available Guides


Quick Reference Commands

If the site is not responding, try these commands first:

# Watch build progress
sudo docker logs -f docusaurus

# Restart the service
sudo docker restart docusaurus

# Clear cache and restart (Nuclear Option)
sudo docker exec docusaurus rm -rf /app/build /app/.docusaurus
sudo docker restart docusaurus