nextcloud / jitsi

Nextcloud Jitsi Integration
GNU Affero General Public License v3.0
28 stars 9 forks source link

Using Greek names for rooms returns empty when clicking join #13

Open cerebrux opened 1 year ago

cerebrux commented 1 year ago

Steps to reproduce:

  1. Create a new room with Greek Name e.g. Δοκιμαστικό
  2. Click "Join"
  3. Instead of loading joining screen it returns to dashboard.

My personal observations are as follows.

When using an English / Latin letters for name, the room is created and the name is appended to the end of the link Screenshot 2022-10-24 162700_ok_link The above image is demonstrating the behavior when using a name with Latin letters. The generated link, as presented below, includes the given room name.

When using a Greek name, the generated link doesn't include the name as demonstrated below

Screenshot 2022-10-24 162935_not_ok

Last but not least, if I write the name in Greek but add a . (dot) at the end of the name, the link is generated with a "_" at the end as demonstrated by the following screenshot Screenshot 2022-10-24 164646_dot