Artifact viewer renders blank content when workspace is on WSL

Root cause: Artifact file URL is constructed as file://wsl.localhost/c%3A/Users/... which is invalid. The artifact directory is on the Windows native filesystem (C:\Users\...), but the app prepends the WSL authority from the workspace path, creating an unreachable hybrid URL.

Expected: Artifact URLs for Windows-native paths should use file:///C:/Users/... regardless of workspace location.

Same here. I tried nearly averything (including a whole bunch of tipps from Gemini), but nothing worked so far.

Is there any solution for this issue?

Is this a Google bug and are they working on it or is there anythin I can do on my side?

Stefan

A workaround that works on Windows 11 / WSL2:

  1. Create a dummy folder on Windows filesystem, eg. C:\dummy
  2. Remove all WSL2 folders from your AG2 project.
  3. Add the dummy folder AS FIRST
  4. Add all other (WSL2) folders

From now on artifacts will be displayed correctly, as AG2 constructs windows path for accessing them, for example:
file:///c%3A/Users/usera/.gemini/antigravity/brain/web32d34-d61f-wsde9-baad-1f87448f0848/walkthrough.md

The nice thing is that this works for past conversations as well!