When things go wrong
The build failed, the preview won't load, the deploy is stuck. Here's the short list of fixes that work most of the time.
Most problems on OverSkill have one of about ten causes. Here's the quick list — what to check first, in order.
The preview won't load
You see a spinning indicator or Preview not ready
for more than 30 seconds.
Try this:
- Refresh the editor. Cmd+R / Ctrl+R. Often fixes it.
- Wait a beat. If you JUST made a big change, the preview is rebuilding. 10-20 seconds is normal for big rebuilds.
- Check for build errors — see
The build failed
below.
The build failed
The chat shows Build failed
or your last change won't take effect.
OverSkill usually catches and fixes these automatically — you'll see a message like Caught a problem, fixing it...
within a few seconds.
If it doesn't:
- Look at the chat — it'll explain what went wrong in plain English.
- Tell the AI to fix it. Just say
Please fix that
or describe what should have happened. - Roll back if a recent change broke things. The history icon in the top toolbar shows every version — click the last good one and hit Restore.
My change made the app worse
Easy. Roll back.
- Click the history icon in the top toolbar
- Find the version before the change you regret
- Click Restore
Your editor returns to that version. If you'd already published the bad version, publish again now to get the rollback live.
The publish button isn't working
Two common causes:
- You're out of credits. Check your balance in the top right. Top up if you're at zero. (What are credits?)
- There's a build error. The publish button only lights up when the preview builds cleanly. Fix any errors first, then publish.
My users say the app is broken
But it works fine for you?
- Open the live version yourself in an incognito window. This shows you what your users actually see (no editor frame, no cached data).
- Check what version is live — open the version history, look for the green
Live
badge. - Ask your user what they did. Most
the app is broken
reports turn out to be a specific step that breaks for everyone, not a global outage. - Check the activity log in the editor sidebar — it shows errors your users have hit.
I can't find a file or feature
The AI made it, but you can't see it?
- Ask the chat —
Where did you put the feature I asked for?
The AI tells you the exact page. - Check the page selector at the top of the preview — your new feature might be on a different page than you expected.
Sign-in stopped working
For your app's users — not for you logging into OverSkill itself.
- Check the URL the user is using. Sometimes sign-in breaks on a custom domain right after DNS changes — wait 5–10 minutes.
- Look for warnings in the editor sidebar → Domains. If anything is amber or red, that's likely it.
- Open a ticket — sign-in problems are worth flagging to us directly so we can investigate.
My deploy is taking forever
Normal deploys finish in 5–10 seconds. If yours is taking longer than a minute:
- Refresh the editor. Sometimes the progress bar gets stuck while the deploy actually finished.
- Try again. Click Publish again — it's safe to re-trigger.
- If it fails twice, open a ticket. We monitor deploy health and want to know.
Still stuck?
Open a ticket and we'll help directly. Click the help icon in the editor or visit overskill.com/help.
The faster you can tell us:
- What you were trying to do
- What happened
- What you expected to happen
…the faster we can get you moving again.
What to read next
- What are credits? — many
stuck
issues are actually credit limits - Preview vs live — make sure you're looking at the right version