Fixes for the usual export hiccups — missing fonts, large media, watermark on free plans, and elements that should be ignored on export.
Where: Editor → Export / Publish — When an export looks wrong
Key ideas
- Fonts: Exports self-host Google Fonts; missing fonts usually mean an unresolved family.
- Media bundling: Staging streams media from Firebase; full code download bundles assets.
- Watermark: Free + no custom domain injects a mark; upgrade or connect a domain to remove it.
Steps
- Check fonts resolve (self-hosted in the export).
- For large videos, prefer staging/streamed media over bundling.
- Connect a custom domain or upgrade to drop the watermark.
Failed and no-op publish reporting
Current publishing checks HTTP status before claiming success. A failed upload, deploy, update, custom-domain, delete, or release request reports the operation and response detail. An already-current no-op may return the existing live URL, but it does not create a false creator-completion event.