Menu

📰
0

About MCP connector rendering dynamic UI for download button

Reddit r/reactjs·u/Individual_Injury757·about 1 month ago
#VRUWxynV
Reading 0:00
15s threshold

Dynamic UI is rendered inside an iframe + sandbox, downloads behave differently than normal browser pages.

In your MCP connector flow, the problem is likely:

UI is rendered inside a sandboxed iframe

Sandbox blocks file downloads by default

Connector tries to download from inside iframe

Browser treats it as “save/open” instead of proper download

Any Suggestions ?

Read More