SaaSClaw
Studio
← Back to Help Center

🔧 Troubleshooting

Common issues and how to resolve them.

Wizard Issues

Wizard

The wizard is stuck or generating too long

Symptom: The wizard keeps generating code without stopping, or the response is taking very long.

Fix: Click the Stop button to halt the current generation. Your code up to that point is preserved. Then send a new message to redirect the wizard.

Wizard

Stale or unresponsive session

Symptom: The wizard shows an old session, messages aren't sending, or the wizard doesn't respond.

Fix:

Wizard

The wizard's response doesn't match my request

Symptom: The wizard generates code that doesn't align with what you asked for.

Fix:

Deploy Issues

Deploy

Build failure after deploy

Symptom: Deploy starts but the build step fails. App doesn't start.

Fix:

Deploy

Merge conflict after multiple sessions

Symptom: After multiple wizard sessions, files conflict when trying to deploy.

Fix:

Deploy

Production deploy not updating

Symptom: Clicked 🚀 Prod but the production site shows old code.

Fix:

Domain Issues

Domain

Domain verification fails

Symptom: "Verify" button returns an error. Domain won't activate.

Fix:

Android / Mobile App Issues

Android

App crashes immediately on launch

Symptom: You install the APK but it crashes before showing any UI.

Common causes:

Fix: Ask the wizard to fix the specific error, or manually edit the manifest and rebuild.

Android

App shows as "SaaSClaw" instead of my project name

Symptom: The installed app shows "SaaSClaw" on the home screen instead of your project name.

Fix: The deploy pipeline automatically replaces "SaaSClaw" with your project's display name. If you still see "SaaSClaw," redeploy — the fix runs on every Android deploy.

Android

Deploy button finishes instantly

Symptom: The 🚀 Deploy button in the wizard returns a success dialog almost immediately.

Cause: This is expected behavior for static and Node.js projects — they only copy files, no compilation needed. Android projects run a full Gradle build (~12-60 seconds).

Check: If an Android deploy finishes instantly, verify the project's runtime kind is set to android in the environments.

Android

401 authentication error in mobile app

Symptom: The SaaSClaw mobile app shows a 401 error or won't load projects.

Fix:

General Issues

General

Can't create a new project

Symptom: "Create Project" button doesn't work or returns an error.

Fix:

General

API key errors in the wizard

Symptom: the wizard responds with "API key not found" or authentication errors.

Fix:

Still Stuck?

If none of these solutions work, check the Ops panel at /ops/ for system-level diagnostics. You can view active sessions, kill stuck processes, and inspect system health.