adyen-examples / adyen-python-online-payments

Accept payments on your Python/Flask based website with cards, wallets, and key local payment methods
MIT License
42 stars 32 forks source link

Iframe error in card component #2

Closed xaring closed 4 years ago

xaring commented 4 years ago

Hi, I set up the demo flask service for testing purpouses and I'm receiving a iframe error "The iframe has not configured - see suggestions in Console" inhibiting me from testing the card.

image

The issue has happened in both a windows 10 machine and a linux server. There are no suggestions printed out in any console I can think of, neither the browser debug console or the terminal running the service...

Any tips on how to get the component to work?

Regards.

xaring commented 4 years ago

Issue was fixed by using the right origin key (using http://localhost:5000) instead of my external IP.