Hi everyone, I hope you’re doing well. I’m facing a weird issue. I have creted a portfolio website and added some of my work as a portfolio. I added custom code so that people can preview my other work on my portfolio website. This function was working fine until yesterday. my portfolio website and all the other works of mine was hosted on oracle cloud free tier. Yesterday I moved my portfolio website from oracle to hetzner paid vps and then previews are not working. It says “refuse to connect” but if I host any website in hetzner then the preview for that website works. Can anyone tell me why it’s happening?
My portfolio:
[ad_2]
you’re trying to open the portfolio pages in an iFrame on your site, and getting the following error-
`Refused to display ‘https://anotherapplanding.webwizard.bid/’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.`
So you need to change the headers on the [webwizard.bid]) sites to allow iframes by removing that header.
more info here-