Skip to content
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

Wrong download / href URLs at buttons, base_path of server.config.yaml not reflected at URLs #3859

Closed
WickedJack99 opened this issue Oct 28, 2024 · 1 comment

Comments

@WickedJack99
Copy link

WickedJack99 commented Oct 28, 2024

At version change from 0.72 to 0.73 I ran into an issue with the GUI base_path at server.config.yaml .

I'm using:
..
BASE_PATH="/ecto"
..
"GUI": {
"base_path": "'$BASE_PATH'",
..

When trying to download any file from https://172.0.0.1/ecto/... it works but I figured out, that buttons hrefs, which allow to download CSVs are pointing to https://172.0.0.1/... where /ecto is missing.

Here you see I'm accessing the GUI at https://192.168.0.189:8889/ecto/... but the URL for the download has no /ecto in it.
Screenshot 2024-10-28 083519

#bug

@scudette
Copy link
Contributor

should be fixed by #3862

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants