orka
February 13, 2025, 9:05pm
1
Hi!
I’m running a local deployment of RocketChat and try to use the Embedded layout (using ‘/channel/CHANNEL_C?layout=embedded’).
The specific channel is being loaded properly and I can read the content, but I cannot type any word or use the bottom buttons. In addition, I see a “Join” button (does nothing when I click it).
Any idea what is the issue?
Sound like I do something wrong with the auth?
Thanks,
Or
reetp
February 13, 2025, 10:00pm
2
What version?
What does your browser dev log tell you?
orka
February 14, 2025, 9:45am
3
Version: 7.3.0
Commit head: 147410d7e
No special logs/errors on the Chrome console.
I suspect it somehow related to permissions?
reetp
February 14, 2025, 11:05am
4
I get this if I try it:
group/sustainability?layout=embedded
I think this will be permissions related and you need to find a way to subscribe properly
eg read the docs.
https://docs.rocket.chat/docs/iframe-based-single-sign-on
reetp
February 21, 2025, 12:58pm
5
As per this you need authentication to access rooms.
opened 09:01AM - 21 Feb 25 UTC
closed 12:55PM - 21 Feb 25 UTC
### Description:
URL Param layout = embedded always shows broken join button
#… ## Steps to reproduce:
Can be reproduced on https://open.rocket.chat/
1. Sign in & be able to write in a channel
2. Add `?layout=embedded` to the URL and reload
### Expected behavior:
See the embedded layout as logged in user & be able to write
### Actual behavior:
In embedded layout "Join" button is displayed. Clicking has no effect.
<img width="1017" alt="Image" src="https://github.com/user-attachments/assets/2a44c9e1-df17-4410-9ed7-8d2c2bf83c5d" />
<img width="1017" alt="Image" src="https://github.com/user-attachments/assets/e87c6853-1da3-4991-aca5-693aa110decc" />
### Server Setup Information:
HEAD: (6a2724740)
Zweig: HEAD
Release 7.3.1
### Client Setup Information
- macOS / iOS: Safari / Chrome
### Additional context
Join button triggers successful XHR joinRoom. Response gives increasing ID and success: true
The docs for this feature: https://developer.rocket.chat/v1/docs/embedded-layout
Other people are facing this issue, too: https://forums.rocket.chat/t/embedded-layout-read-only/21623
`/me` data are available; authenticating directly in the embedded layout makes no difference
### Relevant logs:
Client and Server logs show no errors
@orka they fixed it in 7.3.2
release-7.3.2
← backport-7.3.2-35204
opened 12:36PM - 18 Feb 25 UTC
1 Like