create command fails - rtCamp/Frappe-Manager GitHub Wiki

fm create <sitename> Command Fails

If the create command fails, follow these steps:

  1. First delete the existing site if it exists:
fm delete <sitename>

Common Issues and Solutions

Docker Registry Access Error

If you see this error:

Error response from daemon: Get https://ghcr.io/v2/rtcamp/frappe-manager-mailhog/manifests/v0.8.3: denied: denied

This occurs when your GitHub Personal Access Token (PAT) for the Docker ghcr.io registry has expired.

Solutions:

Choose one of these options:

  1. Log out of the Docker ghcr.io registry:
docker logout ghcr.io

Then rerun the fm command.

OR

  1. Generate a new PAT, use it to re-login into ghcr.io, then rerun the fm command.
⚠️ **GitHub.com Fallback** ⚠️