Data rollback and unexpected edits
Symptom
Content reverts to an older version the next day after edits, or content disappears and merges into another category.Fix
When data loading fails, model code may re-initialize old data. Prefer:- Manage data in a separate admin backend: Separate data management from model logic so a load failure does not re-initialize data
- Let the model modify data directly: Reduce intermediate steps that cause inconsistency
AI try-on generation fails
Symptom
AI try-on generation errors, and repeated fixes do not help.Fix
Usually caused byheaders parameters breaking body serialization:
- Check
headersin the API request - Ask the AI to find extra
headers - Ensure
headersandbodyserialization formats are consistent - Remove unnecessary
headersconfiguration
Errors after credits run out
Symptom
After topping up credits, the session ends abnormally and you cannot continue.Fix
- Check logs: Confirm the exact error after the credit top-up
- Use Auto-fix: Use Auto-fix in superun to clear abnormal state
- Retest: Confirm the session can continue after the fix
💡 Tip: If it persists, contact support and share relevant logs.
Admin URL and APP deployment
Symptom
Users ask for the admin URL and how to download an APP.Fix
Current limits:- superun currently generates web apps only, not native apps
- For an admin backend, generate the backend first, then configure further
- The admin URL is provided after generation; exact location depends on your deployment
- Generate an admin system with superun
- Get the admin access URL
- For mobile, consider responsive design or a PWA
Browser compatibility
Symptom
Safari (especially older versions such as Safari 16.1 / macOS 13) shows a blank page, or some networks cannot access the site.Fix
- Recommended browsers: Chrome, Edge, or a recent Safari
- System update: Upgrade macOS for a newer Safari
- Network test: Visit
https://net-test.superun.app/ - Device tip: Prefer desktop; phone and iPad adaptation is still improving
Preview and interaction issues
Symptom
Preview will not open but the published link works; you have credits but cannot type or operate; preview stuck on a state page; or a fix stops working again.Fix
- Preview will not open:
- Check network; visit
https://net-test.superun.app/ - Try opening preview in a new tab
- If the published link works, refresh the browser
- Have credits but cannot operate:
- Select Generate demo first; after it finishes you can edit via chat
- Ensure the initial demo generation has completed
- Preview state does not update:
- Click Auto-fix
- Refresh the entire browser page (not an in-page refresh)
- If Auto-fix shows Run, click it
- Close the browser and reopen the project
- Features keep breaking:
- Later AI edits may have undone the feature
- Use version history to roll back to a working version
- Avoid endless tweaks in one conversation; stop and change approach
Published content does not update
Symptom
After publish, the share link or refreshed demo still shows the old version, or edits do not appear live.Common causes
- Browser cache: Old page cached
- Cloud service disabled: Database and backend stop; frontend may still load but data cannot update
- Publish incomplete: Network drop or closing the page early
Fix
- Hard refresh:
Ctrl+Shift+R(Windows) orCmd+Shift+R(Mac) - Sign out and reopen the share link
- Check cloud status: Go to Build → Skill Library → superun Cloud and confirm cloud is enabled
- Re-enable cloud: If cloud was just toggled, wait 1–2 minutes, then refresh
💡 Tip: After a successful publish, click Reopen next to the share link to bypass local cache.
Performance
Symptom
Slow page load, especially on mobile.Fix
- Check network: Test speed first
- Optimize images: Large images or files slow loads
- Ask the AI: Describe the issue and request an optimization plan
- Design for real users: Do not assume all users have fast networks
Network errors and stuck tasks
Symptom
Frequent “network error” toasts, or a task stuck on “reading console logs”.Fix
- Network error: Check local network and retry later; if many projects fail or it persists, contact superun support
- Task not progressing: Do not resubmit the same task repeatedly. Note project link, chat link, and start time; screenshot or record the state; contact support
Mini Program white screen or lag
If opening a project in the Mini Program shows a white screen, lag, or failure:- Open the same project in a browser
- Open it in the superun desktop client
- If web and desktop work, do not change project code for now; continue on web or desktop
- If all clients fail, note the project link and contact support
”Run now” button missing
If consultation does not show Run now, or the button disappears after an update:- Switch once between Idea / Preview: go to Idea, then back to Preview
- Or refresh the whole browser page and reopen the project
- If still missing, click Auto-fix and confirm Generate demo is selected
How to report new issues
If you hit something else:- Check whether this page already covers a similar fix
- Contact technical support
- Post in the community forum for help
superun website
Learn more about product features and examples.

