-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RootURL pathprefix not working with reverse proxy; (resource paths not all relative) #2646
Comments
This depends on #2624 |
I'm facing the same problem. The internal value See https://github.com/meteor/meteor/blob/devel/packages/meteor/url_server.js |
It works well for me so far, though I'm not sure whether MOBILE_ROOT_URL, MOBILE_DDP_URL, etc. should be changed. |
This is my workaround using reverse-proxy:
|
…y; (resource paths not all relative)
@klimkowd @nobeans can you follow this guide? https://rocket.chat/docs/master/user-guides/running-in-a-sub-folder |
Please reopen the issue if the guide does not work. |
I appears the link is dead. Let me know when it's up and i'll give it a try. On Mon, Apr 18, 2016 at 10:04 AM, Rodrigo Nascimento <
|
URL updated |
Launching it does "work" now but then promptly setting the site url back Still fails to load _timesync and .sandstorm as expected. On Mon, Apr 18, 2016 at 12:50 PM, Gabriel Engel [email protected]
|
this is a restriction on the order the framework initiates, so the settings must be done on the environment variables level in order to loaded in time. |
@rodrigok ideas? |
@klimkowd is everything working if you use the environment variable and keep the Site URL as |
For the most part, yes. except for _timesync and .sandstorm. What are the 1.) whenever a new message is displayed is causes the whole chat view to On Mon, Apr 18, 2016 at 2:26 PM, Rodrigo Nascimento <
|
Can you please try the |
for 1 and 2, you should try our develop branch or wait the stable release today. |
Okay, I migrated to 0.27. Issue 2 resolved but Issue 1 still exists for me. On Mon, Apr 18, 2016 at 2:37 PM, Rodrigo Nascimento <
|
In addition, emojis are also out of action. On Tue, Apr 19, 2016 at 10:36 AM, Dan Klimkowski [email protected] wrote:
|
The problems with assets was fixed by 6e9a7f7 |
The problem with emoji was fixed by 7c81e6d |
@klimkowd I still can't reproduce the view rerender, can you send us one video? |
Here https://i.gyazo.com/504eeaf5976acfb0374540921a834983.gif is a video On Tue, Apr 19, 2016 at 9:35 PM, Rodrigo Nascimento <
|
Can you stop on the frame of the blink? |
Tell me where i can set a break point and i'll let you know. |
yes the _timesync 404s are still present |
So they are definitely related. |
Please reopen if the problem persists. |
I found another absolute path needing fixed. On Mon, Apr 25, 2016 at 6:46 PM, Gabriel Engel [email protected]
|
Another path problem: |
Can you help us with a PR? |
Yeah, I'd be happy to help. On Tue, May 17, 2016 at 6:25 PM, Gabriel Engel [email protected]
|
Use |
I'm hosting my rocket chat on an external server @ https://domain.com/chat
I'm using the default reverse proxy settings as listed in the instructions -- forwarding requests to http://localhost:3000
However, when I attempt to load rocket chat from https://domain.com/chat i only get a 'Unknown path" response. My ROOT_URL=https://domain.com/chat/.
Is there any additional starting paramters that can adjust this. I also noticed that many items like _timesync as well as the sounds and fonts and images are all absolute URLed to '/'
The text was updated successfully, but these errors were encountered: