You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
In the nginx access log I'm able to see that the request starts on /rocket/livechat with code 200 and then it moves to /livechat where there is nothing and it gives 403
Server Setup Information:
Version of Rocket.Chat Server: 3.6.3
Operating System: Gentoo Linux
Deployment Method: tar
Number of Running Instances: 1
DB Replicaset Oplog:
NodeJS Version: 12.16.1
MongoDB Version: 4.0.12
Client Setup Information
Desktop App or Browser Version: chrome-85
Operating System: Gentoo
Additional context
If I'm not mistaken it started to be broken from 3.6.1
Relevant logs:
IP - - [14/Sep/2020:16:31:51 +0200] "GET /rocket/livechat HTTP/2.0" 200 515 "WEBSITE REFERER" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36" "-"
IP - - [14/Sep/2020:16:31:51 +0200] "GET /livechat/0.chunk.85c58.js HTTP/2.0" 403 653 "https://rocket.mycompany/rocket/livechat" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36" "-"
The text was updated successfully, but these errors were encountered:
Since there was no response in a week and we don't have the livechat working, may I ask if there is at least a way to 'downgrade' and check if it works again?
Since there was no response in a week and we don't have the livechat working, may I ask if there is at least a way to 'downgrade' and check if it works again?
Thanks for reporting, we're looking into this issue.
Thanks.
Description:
Livechat does not work anymore on path different than /
Steps to reproduce:
Expected behavior:
Use the rocket.chat from the website
Actual behavior:
In the nginx access log I'm able to see that the request starts on /rocket/livechat with code 200 and then it moves to /livechat where there is nothing and it gives 403
Server Setup Information:
Client Setup Information
Additional context
If I'm not mistaken it started to be broken from 3.6.1
Relevant logs:
The text was updated successfully, but these errors were encountered: