We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
When trying to change theme or force a library refresh using this NGINX reverse proxy config (subfolder): https://github.com/linuxserver/reverse-proxy-confs/blob/master/calibre-web.subfolder.conf.sample
On those lines, am I right thinking we should use return redirect(url_for("web.index")) instead? https://github.com/crocodilestick/Calibre-Web-Automated/blob/main/root/app/calibre-web/cps/cwa_functions.py#L75 https://github.com/crocodilestick/Calibre-Web-Automated/blob/main/root/app/calibre-web/cps/cwa_functions.py#L99
return redirect(url_for("web.index"))
The text was updated successfully, but these errors were encountered:
I can confirm that modifying those lines as suggested fix the issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When trying to change theme or force a library refresh using this NGINX reverse proxy config (subfolder):
https://github.com/linuxserver/reverse-proxy-confs/blob/master/calibre-web.subfolder.conf.sample
On those lines, am I right thinking we should use
return redirect(url_for("web.index"))
instead?https://github.com/crocodilestick/Calibre-Web-Automated/blob/main/root/app/calibre-web/cps/cwa_functions.py#L75
https://github.com/crocodilestick/Calibre-Web-Automated/blob/main/root/app/calibre-web/cps/cwa_functions.py#L99
The text was updated successfully, but these errors were encountered: