RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
39.9k stars 10.28k forks source link

There is no route for the path: / when trying to deploy rocketchat 6.10.0 on an air-gapped environment #32826

Closed eldadweiss closed 1 month ago

eldadweiss commented 1 month ago

Description:

When trying to deploy rocket-chat version 6.10.0 on an air-gapped environment the website is not loading. The loading animation is running infinitely. The console shows this error : There is no route for the path: /

This case does not happen on version 6.8.3 or 6.9.3 which works as expected.

Steps to reproduce:

  1. Perform a fresh installation (using the docker installation)
  2. Try to navigate into http://:3000
  3. See the error

Expected behavior:

The first usage wizard should be displayed

Actual behavior:

rocket-chat

Server Setup Information:

Client Setup Information

reetp commented 1 month ago

Thanks for reporting.

I will ask the team to take a look.

rodrigok commented 1 month ago

The issue is related to end to end encryption that requires service workers. Unfortunately, service workers do not work on unsecured connections (not https, except for localhost domain). We have another issue related to firefox incognito window having problems with service worker, I think the solution will be the same. Will route this internally

milinddeore commented 1 month ago

@rodrigok Thanks! Incase you only have SSH access, run curl http://localhost:3000 in the terminal. The Server is indeed UP.