Rocketchat Gray screen when embeded within iframe

Description

Server Setup Information

  • Version of Rocket.Chat Server: 3.17.1
  • Operating System: windows 10
  • Deployment Method: docker
  • Number of Running Instances:
  • DB Replicaset Oplog: enabled
  • NodeJS Version:
  • MongoDB Version:
  • Proxy:
  • Firewalls involved:

Any additional Information

I was able to login users using the iframe commands about 2 weeks ago but now when I login the user and refresh the iframe using chat.src = chat.src (where chat is

const chat = document.getElementById(‘rc_chat_html_element’)

), I just get the gray screen.

I believe this is the issue I have RocketChat /home randomly not loaded when embedded in iFrame · Issue #22125 · RocketChat/Rocket.Chat · GitHub band it does occur randomly but now it seems to be happening all the time.

What happened? TY