Appifio Creator · Lesson X01 · Troubleshooting
/ phase fail
The Loading Appifio Creator screen sticks, reports a failed load, or shows critical - fix in the right order before switching machines or reinstalling the browser.
Learning goals: Spot the failing phase, use Retry / View details correctly, rule out network / CDN / adblock.
Reading time: ~8 minutes · Previous: A02 · Next: X02
UI labels:
1. Fix flow
2. Glossary
| Term | Meaning | Where you see it |
|---|---|---|
| Phase | A bundle of modules loaded in sequence | Grid tiles + status line |
| Failed to load {count} file(s) | Some modules failed - retry is usually enough | End of loading overlay |
| Critical loader | Core libraries couldn’t load - Creator can’t start fully | Red banner on the overlay |
3. The 12 phases (EN labels)
- System core
- Source analyzer
- Design tools
- Core logic
- UI components
- Inspector
- Navigation system
- Media management
- Library system
- Advanced tools
- Platform features
- Math tools
4. Fix steps
- Wait it out - don’t spam F5 mid-load (that can break the attempt).
- See Failed to load → click Retry once.
- Still failing → View details → note/screenshot file name + phase → send to support.
- Hard refresh: Ctrl+F5 (Windows) or Cmd+Shift+R (Mac).
- Disable adblock, VPN, script-blocking extensions; try Chrome/Edge/Firefox.
- Office/campus network blocking the CDN → try 4G/hotspot or another network.
- (Advanced) F12 → Network: look for 404/blocked requests to the CDN.
5. Compare · Can / Cannot
VS Code / Figma web: same “IDE loads extensions over CDN” pattern - failures are usually network, not your project.
6. Symptom table
| Symptom | Fix |
|---|---|
| Stuck on one phase >1 minute | Wait longer → Retry → Ctrl+F5 |
| Failed to load {count} file(s) | View details → adblock/CDN → Retry |
| Critical core libraries | Change network/browser; don’t spam retry |
| You get in but Inspector is missing | Inspector phase failed - refresh; see X03 if you can enter |
7. Tips · Checklist
- Screenshot View details with the phase name - support moves faster than “loading is broken.”
- Whitelist the Appifio CDN domain on the company firewall if the team uses Creator daily.
- Can you name at least 4 phases and know when to use Retry vs Ctrl+F5?
- Can you tell “failed a few files” from “critical core”?
- Did you disable adblock/VPN before reporting a platform bug?
Next lesson
Internal navigation (same language)
Appifio Creator · User guide · X01