Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Atom data leaked into the server canvas. ref #1313 ## Steps for reproduction Open Vercel app. Any project. Reload a few times not fast to avoid scaling. Get the iframe link, then open it. Should be empty. New relic logs must contain: ``` { assetsStore: 0, pagesStore: 0, instancesStore: 0, } ``` New relic query `"proxy.path":"*71f88d3e-9231-489e-8ba0-8adc10215335*" "message":"*assetsStore*"` where `71f88d3e-9231-489e-8ba0-8adc10215335` is your project id (add vercel host ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [x] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [x] tested locally and on preview environment (preview dev login: 5de6) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio-builder/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env.example` and the `builder/env-check.js` if mandatory
- Loading branch information