-
Notifications
You must be signed in to change notification settings - Fork 56
Recent update to the filebrowser moduel breaks subdomains #399
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
Comments
Hi @dstoffel. I guess you should take a look. @evilhamsterman thanks for the report amd sorry that the recent change broke it. We probably need to have better integrated testing. |
sorry for the breaking change, i did not notice the tests file was not checking this. |
@dstoffel I think the issue can be resolved by just adding a = sign and quoting to ensure the I created a PR as well that I thought might be a bit cleaner way of handling it long term, but both should work, which ever is easier to get merged and fix it |
The fix isn't published yet, right? I'm still having this problem. |
Yes, we need to push an update. I will do so as soon as we merge #426 |
Hi @lsalazarm99, this should be fixed in version 1.0.31. Can you test again? Thanks. |
In the recent commit 22b2ad5 the command was changed to fix the fact that the filebrowser.db file didn't exist on first run so the
filebrowser config set --baseurl
command fails until the second time you run it.However the way the command is interpreted if you use a subdomain and so therefore the baseurl is "" causes the command to fail because it thinks that there is no argument provided to the --baseurl option
Because of this it now fails to start at all when using a subdomain
The text was updated successfully, but these errors were encountered: