Hi folks, ![]()
We recently had our Box Shadow app rejected from the Webflow Marketplace, but this time no specific feedback was provided.
All previously reported issues have already been fixed — Datadog analytics removed, Tailwind compiled locally (no CDN), and no child iframes or postMessage handlers in our code.
However, we’re still seeing a few console warnings inside the Designer:
Datadog Browser SDK: Customer data exceeds the recommended 3KiB threshold
POST https://smart-shadows.design.webflow.com/api/v1/marketplace/resource/search/apps 404 (Not Found)
<link rel=preload> uses an unsupported 'as' value
These appear to originate from webflow-designer.*.chunk.js, not from our app bundle.
We also noticed that even though our source code does not contain any of these keywords:
postMessage
IFRAME_READY
INSERT_SVG
UPLOAD_AND_INSERT_IMAGE
they show up in the final production build after running npm run build.
We’ve searched our entire codebase and node modules and couldn’t find them before build — it seems they might be injected during bundling by a dependency or build tool.
We’re trying to confirm whether these build-time injected strings or Designer-side warnings could have caused our app’s rejection, or if there’s another issue we should address before resubmitting.
Any help or clarification from the Webflow team or community would be greatly appreciated. ![]()
— Shivam
Fluttertop Studio (Box Shadow App Team)
