Troubleshooting
To address common troubleshooting issues in WordPressify, follow these solutions:
- ERROR: docker-compose: command not found
- Issue: Docker is not installed.
- Solution: Install Docker and retry the command.
- ERROR: Failed to execute script docker-compose
- Issue: Docker is not running.
- Solution: Ensure Docker is open and running before retrying the command.
- ERROR: Bind for 0.0.0.0:3020 failed: port is already allocated
- Issue: Default port is in use.
- Solution: Update the port in the
.env
file to a different value, e.g. PROXY_PORT=3030
, and try again.
- 403 Forbidden or 502 Bad Gateway after starting
- Issue: Files are still being prepared.
- Solution: Wait a few moments for the files to be ready, then reload the page.
By following these troubleshooting steps, you can effectively address common errors encountered while using WordPressify.