-
Notifications
You must be signed in to change notification settings - Fork 446
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
base_url ignored on login page #200
Comments
Ok, found this article and after adding Again, it should be PS: my base_url is: 'https://example.com/help' |
Updated 'themes/default/public/scripts/login.js' with: Edit doesn't work as well... Will probably have to go with a sub-domain option, until it's properly fixed.... |
Do you have any update on this question? I have the same issue and haven't figure out a solution. |
Same issue here. Raneto running behind an nginx reverse proxy. Login won't work as expected using the correct base_url |
This issue is hopefully addressed by PR #280. |
Closing due to Graham's PR. Thanks Graham! |
I am running raneto 0.13.0 in a docker container with Apache as a reverse proxy on the host machine.
Initially I had issues with loading css stylesheets and js scripts, but after setting correct base_url in the config.default.js file all pages started to render normally , except the login page.
Here I see a lot of 404 errors and in the source code of loaded login page base_url was not prepended to the *.css and *.js files, so login page is not functional.
I checked, {{config.base_url}} is in the login.html template, but for some reason it is ignored.
Please help.
The text was updated successfully, but these errors were encountered: