With the remote clusters feature when rstudio runs on the dev cluster but is accessed from Renkulab.io then the rstudio session cannot be opened in an iframe.
The reason for this is most likely this part:
https://github.com/SwissDataScienceCenter/renku-frontend-buildpacks/blob/main/buildpacks/rstudio/bin/rstudio-entrypoint.sh#L19
Where the www-frame-origin=same parameter is set to same. But it should be pointing to renkulab.io to allow the session hosted on the dev cluster to open in an iframe from renkulab.io.
This also needs to be propagated somehow via env variablees or via amalthea (or both).
With the remote clusters feature when rstudio runs on the dev cluster but is accessed from Renkulab.io then the rstudio session cannot be opened in an iframe.
The reason for this is most likely this part:
https://github.com/SwissDataScienceCenter/renku-frontend-buildpacks/blob/main/buildpacks/rstudio/bin/rstudio-entrypoint.sh#L19
Where the www-frame-origin=same parameter is set to same. But it should be pointing to renkulab.io to allow the session hosted on the dev cluster to open in an iframe from renkulab.io.
This also needs to be propagated somehow via env variablees or via amalthea (or both).