Skip to main content

Hi,

I have used react-calendly to connect calendly to my react app.I use the calendly pop-up widget. When click on the button to open the pop-up it won’t open. it gives this. 

I am passing following info to pop-up widget.
 

Can you please inform me if I have to take any step to prevent this..

Thank you.

Hi there @Anjali65748,

 

Usually you will see this error because the embed is attempting to redirect (most of the time to a 404 page) and our embed does not support redirecting within the same iframe.

 

Taking a little closer look at your error, it looks like it is trying to access calendly.co instead of calendly.com. Best practice is to see what URL your JavaScript is producing and passing to the embed, and trying to access that URL directly. You can also compare it to the URL that you are expecting to pass.

 

Let us know if you have any further questions!