Open adthonb opened 3 years ago
Hi. If you check here you will see that running Rocket in a sub directory has been deprecated.
It was slated for 4.0 but it has not been maintained for a while now.
There is an Issue here explaining more as well as this forum post:
https://forums.rocket.chat/t/support-for-installation-in-subdirectory-will-be-discontinued/6371
@johncrisp Hi, Thank you for the answer but I just confuse that my version is 3.14.0
As an update to this we are going to continue sub directory support.
There are still some issues but we are working on resolving them.
eg
https://github.com/RocketChat/Rocket.Chat/issues/22708
Please test on the latest 3.16.x and check the port you are using - it should be 3000 ??
Description:
I running Rocket Chat with a prefix path like
https://localhost:4000/test
and get the error that makes an endless request and freeze my browser.I had dig into the problem and I found that if I define prefix path, a request to
/api/ecdh_proxy/initEncrptedSession
on frontend will get404 Not Found
(prefix path not apply to it) that makes an endless request to/api/v1/method.callAnon/getSetupWizardParameters
Steps to reproduce:
http://localhost:3000/test
Expected behavior:
/api/v1/method.callAnon/getSetupWizardParameters
successfully)/api/ecdh_proxy/initEncrptedSession
to prevent the endless requestActual behavior:
Server Setup Information:
Client Setup Information