ChanTan Studio Docs
Open ChanTan Studio
Docs › Troubleshooting

My App Looks Empty or Blank in ChanTan Studio: Fixes

Your page loads but shows nothing, or your products disappeared? Nothing was deleted — how to tell the two causes apart and get your content back.

Last updated: Fri Aug 21 2026 07:00:00 GMT+0700 (Indochina Time)

You open your app and the page loads — but it looks empty. No error message at all, which is exactly why this one is so alarming.

Start here: in the documented cases, nothing was deleted. Your files and your data are still there. This is a display problem, and it has two different causes with two different fixes.

1. Refresh the page first

Press ⌘⇧R on Mac or Ctrl-Shift-R on Windows — a hard refresh.

Right after ChanTan Studio ships an update, a page that was already open can look broken or load forever. A hard refresh fixes it every time.

If that solved it, you're done.

2. Work out which of the two cases you have

Look at the page carefully.

What you see Which case
A header, a background, maybe a footer — but the sections in between look empty Case A — content is there but invisible
Completely white. Nothing at all, not even a header Case B — the preview needs a restart, or the app hit an error

3. If the layout is there but the sections look empty, send this sentence in the chat

Copy this into the chat, word for word. You don't need to understand it:

"The page content is invisible — please re-add the platform reveal script to index.html."

In the documented cases the content was there the whole time — a broken fade-in animation left it invisible. Any new edit run puts the fix back automatically.

Two follow-ups:

  • If your site is published, publish again after the fix so your visitors get it too.
  • If content is still missing, ask in the chat: "list the sections you actually built on the home page" and compare that list with what you can see.

4. If the page is completely white, refresh the preview and check your published site

  1. Press ⟳ Refresh preview in the preview toolbar.
  2. Open your published site, if you have one.

If your published site looks perfectly fine, your code is fine. The preview just needs to restart: leave the project, wait about a minute, and open it again.

5. If it is still white, hand the AI the error log

  1. Open "Manage""Errors" (it's labelled "Technical problem log — for debugging").
  2. Copy what you see there.
  3. Paste it into the chat with: "this is the error, please fix it".

⚠️ Do not ask the AI to "clear the cache". It cannot fix this particular case, and it may tell you that it did. Reloading and reopening the project is the real fix.

Done. Your page shows its sections again — header, content and footer — in the preview, and on your published site if you republished.

Is it empty content, or just no data yet?

If your page is supposed to show products, orders or rows from your data and shows none, the page is probably fine and the data simply hasn't been added.

To check: open "Manage""Database". An empty table says "Empty table" or "{name} has no data yet".

If the table really is empty, ask in the chat to add your items — or add them yourself if your app has an admin page.

Why this happens

Your app fades its sections in as you scroll. If that fade-in animation breaks, the browser is told to hide everything and never told to show it again — so a completely normal, fully built page renders as blank space.

This was fixed at the source, so newer projects shouldn't hit it. Older projects built before the fix can still need the one-sentence chat message in step 3.

When to contact support

Email support@chantan.studio if your preview is still white after both a page reload and a fresh preview. That's the one case here that needs us to look from our side.

Include:

  1. Your account email
  2. The project name
  3. The exact message you saw, if any (or a screenshot of the blank page)
  4. Roughly when it started, and your timezone
  5. What you had just done before it appeared

Faster than email: press "🐞 Report a problem with this reply" on the reply that went wrong — it sends us the details of that exact build.

Honest limits

  • The one-sentence chat fix works on the documented cause, not on every possible empty page. If the AI's list of sections in step 3 doesn't match what you asked for, that's a build problem — say so in the chat.
  • An empty database table is not a bug, and no fix will fill it. The data has to be added.
  • ChanTan can't restore data you deleted yourself from a self-service button today — data restores go through support.