-
Notifications
You must be signed in to change notification settings - Fork 6
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
Port handling in options.js and storage.js does not allow subdirectory reverse proxy configurations for Pyload #16
Comments
just to note; had to retool the server validation line likeso |
Same problem, |
i should mention my work and testing were on the Chrome version of the extension. additional steps may be needed for firefox |
Same here, the plugin configuration tries to login at an invalid URL e.g. |
Thanks for the new option, but it does not seem to save the field "PyLoad server's path" |
Thank you for the feedback @lgrenier, the issue has been fixed in version |
It works ! |
because serverIP and port variables are always concated in a set fashion the url handling does not allow for subdirectory configurations for those utilizing a reverse proxy for pyload. By simply omitting port from storage.js and options.js. i was able to make it work since its always https 443. Other than that it works great!
The text was updated successfully, but these errors were encountered: