Skip to main content

Quick Index by Stage

StageSee
IdeaIdea & Intent
IntentIdea & Intent
PlatformPlatform
PaymentPayment (Solana), Payment (Dodo), Payment (General)
ExecutionExecution
Download & GitHubDownload & GitHub
Setup & configSetup & configuration

Common Issues


Idea & Intent

IssueWhat’s going on
Idea returns no analysis or questionsAI key missing or wrong; model/env misconfigured; or API/network error
“Idea is required”Idea field was empty or not sent
Stuck on Intent; no refined requirementsAnswers not sent, sessionId missing, or workflow/idea not found
“Workflow context not found” / “Idea is required. Please start from the idea stage”Wrong or expired sessionId; DB/store lost the workflow; or you skipped Idea
“Answers are required”No answers array or all empty

Platform

IssueWhat’s going on
No platform options on /platformIntent not completed; /api/platform or refined requirements missing
“Workflow session not found. Please start from the beginning”sessionId unknown or workflow never created
“Refined requirements not found. Please complete the intent stage first.”Intent step not done or not saved
“Workflow context not found” / “Failed to save platform selection”DB or in-memory update failed
“Selected platform is required”Platform not chosen or not sent

Payment (Solana)

IssueWhat’s going on
Insufficient fundsNot enough SOL or $SCRIPT for transfer + fees
Use wallet connect button in headerWallet not connected
Balance fetch timed out / RPC errorRPC misconfigured or down
Wrong networkWallet and app network mismatch
Wallet doesn’t openWallet locked or blocked
Invalid agent addressTREASURY_WALLET missing or invalid
Tx succeeds but workflow failsOn-chain OK; DB update failed

Payment (Dodo)

IssueWhat’s going on
Failed to create checkout sessionDodo API key or product setup wrong
Redirect failsRedirect blocked or URL issue
Verifying payment stuckConfirm-payment failing
Verification failedWorkflow update failed
Paid but Execution blockedWebhook or confirm-payment failed

Payment (General)

IssueWhat’s going on
No Active Session/payment opened without sessionId
Workflow context not foundPlatform not completed
Wallet public key requiredSolana payment missing wallet key
Payment ok, redirect failsWorkflow not updated

Execution

IssueWhat’s going on
Workflow context not foundPlatform/payment not saved
Selected platform requiredPlatform missing
Refined requirements not foundIntent not completed
Invalid transaction signatureSolana verification failed
Agents disabled by adminAgents turned off
Execution never finishesAPI/AI slow or failing
Review failed / no ZIPReviewAgent blocked delivery

Download & GitHub

IssueWhat’s going on
Project not foundGenerate not run
Project directory emptyFiles not written
Failed to download ZIPServer or network error
GitHub not connectedOAuth not completed
Project files not foundServer path mismatch
No files to uploadEmpty project directory
Failed to create repositoryRepo exists or missing scope
GitHub OAuth not configuredOAuth env vars missing

Setup & configuration

IssueWhat’s going on
DB errorsWrong DATABASE_URL or migrations
No AI replyAI keys missing or invalid
Build failsPrisma or Node issues
Payment/RPC brokenEnv vars missing

Error Messages


By message (or pattern)

MessageWhereCause
Idea is required/api/ideaMissing idea
Session ID is requiredAPIsMissing sessionId
Answers are required/api/intentEmpty answers
Workflow context not foundMultipleInvalid session
Refined requirements not found/api/platformIntent not saved
Selected platform is requiredplatform/paymentPlatform missing
Wallet public key required/api/paymentSolana wallet missing
Invalid transaction signature/api/executeTx verify failed
Agents disabled by admin/api/executeAgents off
Execution result not found/api/projects/generateExecute not run
Project not found/api/projects/downloadZIP missing
GitHub not connected/api/github/uploadOAuth missing
Payment service config errorDodoAPI key missing
GitHub OAuth not configuredOAuthEnv missing

HTTP status codes

CodeMeaning
400Bad request
401Unauthorized
404Not found
405Method not allowed
500Server error
503Service unavailable

Solutions


Idea & Intent

  • Check AI keys and model
  • Restart from Idea if session lost
  • Ensure answers array is complete

Platform

  • Complete Intent first
  • Retry platform selection
  • Restart from Idea if session expired

Payment (Solana)

  • Add funds
  • Match network
  • Connect wallet via header
  • Contact support with tx signature if DB update failed

Payment (Dodo)

  • Verify Dodo config
  • Ensure success URL has sessionId and platform
  • Contact support with receipt if verification fails

Execution

  • Ensure Intent and Platform saved
  • Use correct redirect URL
  • Contact support if agents disabled or execution hangs

Download & GitHub

  • Ensure Review passed and ZIP generated
  • Connect GitHub before upload
  • Retry or contact support if files missing

Setup & configuration

  • Verify DATABASE_URL and migrations
  • Set AI keys and model
  • Run prisma generate and build again

Getting Help


What to include

  • sessionId
  • Stage
  • Steps taken
  • Exact error
  • Proof of payment (if any)

Support tickets

Create via POST /api/support/tickets with:
  • sessionId
  • message
  • userWallet (optional)
  • priority (optional)

Contact

  • scriptonia.xyz
  • Docs: Overview, Installation, Workflow Guide, Payment Guide, Execution Process, Project Delivery

Finding your sessionId

  • In the URL
  • On Execution page
  • Payment success page
  • Local storage (if used)