> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rdrive.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Troubleshooting iFrame Issues in RDrive

> You may find that, on occasion, you are unable to add a website into RDrive's iFrame Dashboard feature. This can happen when the website has been created so tha

### **Why some websites wont load?**

You may find that, on occasion, you are unable to add a website into RDrive's iFrame Dashboard feature. This can happen when the website has been created so that it can only be integrated via iFrame by a user within that domains group.

For the purposes of this article, we want to publish a website be shown via iFrame. When adding this to the customers dashboard suite, the visual returns as shown below.

<img src="https://mintcdn.com/rdrive/BVSE_UjBxwO8d3yO/images/kb/103000334499/7prHkXNFtg1B7V7JFHKGoLks-99qc6CKZg.png?fit=max&auto=format&n=BVSE_UjBxwO8d3yO&q=85&s=b477dfcf632af783186053443022d293" alt="Troubleshooting iFrame Issues in RDrive" width="1919" height="913" data-path="images/kb/103000334499/7prHkXNFtg1B7V7JFHKGoLks-99qc6CKZg.png" />

This means that the website has refused to be embedded as an iFrame. A look at the console error log will show that this is not possible to be embedded in a frame because it set 'X-Frame Options' to 'sameorigin'.

<img src="https://mintcdn.com/rdrive/BVSE_UjBxwO8d3yO/images/kb/103000334499/Ma8bFDqnZ8jSyNlAcprLl5_yMwCS2iCMCw.png?fit=max&auto=format&n=BVSE_UjBxwO8d3yO&q=85&s=666759a9ec89004948fe9d749d4c32af" alt="Troubleshooting iFrame Issues in RDrive" width="633" height="636" data-path="images/kb/103000334499/Ma8bFDqnZ8jSyNlAcprLl5_yMwCS2iCMCw.png" />

This means that only sites from the same domain are able to embed it as an iFrame. 

**If this site is hosted by the Client you can advise them of this error message and have them change the 'X-Frame Options' headers on their side.**
