Closed viciu closed 5 years ago
I get the same issue. But I realise its not the fault of your code. You're calling in window.location.href which to my users outside looks like an https url however internally it is http but being converted through nginx in a docker container. (Forgive me if my explanation not exact but you should get the idea.) Could you add (as a feature) an option to dictate if the site is https or not? Or will that not work?
Hi !
As @Bodge-IT mentionned (thank you for your message), the plugin uses the current URL of the webpage to perform specific AJAX calls. You must be sure that your server configuration is correct and forces user to be redirected to your https version of your Redmine instance.
I've also updated the plugin and added a new configuration file where you can force https request. I'm not sure it will resolve your problem because it looks like a server configuration issue but it's the max I can do.
If you find the plugin helpful, please take a minute to star it on Github and rate it 5 stars on http://www.redmine.org/plugins/redmine_issue_dynamic_edit 👍
I've installed the plugin but it seems it doesn't work under https: