filearts / plunker

Plnkr.co front-end and backend
MIT License
598 stars 119 forks source link

'X-Frame-Options' to 'SAMEORIGIN' issue #119

Closed adibwoy closed 7 years ago

adibwoy commented 7 years ago

When I try to access this plunk: https://plnkr.co/edit/ONGeKcu0sVfQqR7gpHZY?p=preview I get this issue:

Refused to display 'https://run.plnkr.co/dBfboyNnXcdsgXwH/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.

Does anyone know why?

hmoritz commented 7 years ago

I have the same issue in Chrome Version 53 (Windows 10). I switched to Firefox but after some time I got the error message 'Load denied by X-Frame-Options: https://run.plnkr.co/AfS9gqrHH7Q7ini6/ does not permit cross-origin framing.'

ggoodman commented 7 years ago

@adityarb88 @hmoritz there was an unusual level of traffic lately that put abnormal strain on the service that runs previews. This service had several hiccups that manifest themselves as the errors you two have noticed.

I rewrote a portion of the run service to support horizontal scalability by externalizing previews from in-memory caches to redis in ggoodman/plunker-run@badb2260b88b85419ca37c6912d0b10701686686. This service is now running as 3 instances across 2 nodes.

Please let me know if you continue to see issues.