Quickback Docs

Troubleshooting

Common issues and solutions for the cloud compiler and CLI.

401 Unauthorized

Your session may have expired (sessions last 7 days). Re-authenticate:

quickback logout
quickback login

Compilation timeout

Large projects may take longer to compile. The cloud compiler uses Cloudflare Containers to run compilation in isolated environments. If you hit timeouts, try running the compiler locally.

"Command not found: quickback"

Make sure the CLI is installed globally:

npm install -g @kardoe/quickback

Or use npx:

npx @kardoe/quickback create cloudflare my-app

Compile errors

  1. Check your quickback.config.ts exists and is valid
  2. Ensure all tables in definitions/features/ have valid exports
  3. Run quickback compile with --verbose for detailed output

"Could not load organizations"

This can happen if your session token expired or if the API is temporarily unavailable. Re-login:

quickback logout
quickback login

On this page