Steps to reproduce:
-
Sign into Stitch with multiple Google accounts (so the base URL becomes
https://stitch.withgoogle.com/u/1/) -
Open a project and navigate to a screen
-
Click to preview the canvas
Expected behaviour: Preview URL retains the /u/1/ (or /u/2/ etc.) prefix, e.g. https://stitch.withgoogle.com/u/1/project/.../preview/
Actual behaviour: Preview URL omits the /u/N/ segment, e.g. https://stitch.withgoogle.com/project/.../preview/ — this either 404s or loads under the wrong account. Manually re-inserting /u/1/ before /preview/ resolves the issue.
Environment: Chrome, macOS (Apple Silicon)