#phil_stripeapp-iframe
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1463241638154469406
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
phil_stripeapp-iframe
What exact error do you get in the console? I do assume it's CORS/CSP related
I'm not sure we'd ever allow an iframe in that situation but a bit more details would help
When I try I get a linter error and https://docs.stripe.com/stripe-apps/reference/extensions-sdk-api those are the only components you can use so I think iframe is not really supported
The error showing in the ui is
An error occurred while rendering the Home view.
SandboxError: Unsupported component: iframe
at iframe
at Box
at WithSdkProps
at Box
at WithSdkProps
at ContextView
at ComponentWrapper (https://b.stripecdn.com/dashboard-fe-statics-srv/assets/apps.i2s9j33kqn5kv.js:76:5721)
at WithSdkProps
at Home (http://localhost:4242/.build/ext.js:248:77)```
yeah so there is a clear error there that tells you iframe is just not supported
Is there any sort of workaround or approval I can go through?
No, that's not something we support today. I think you'll want to reach out to our support team https://support.stripe.com/contact to ask for this as a feature request and go in details over your needs and what you are trying to build
Sounds good, thanks so much