Closed gamedevsam closed 1 year ago
@josegonzalez FYI.
This is not a big deal for me since I can just handle redirects on my application. Just posting this here so others know to avoid using it until it is fixed. I also think you should consider deprecating this plugin. I'm sure it's a maintenance burden on you, and I'm not sure many people use it since it's trivial to do redirects on the application layer.
If you need a temporary fix, you can just set the DOKKU_PROXY_PORT_MAP
environment variable manually, and the redirect plugin should work. It's a bit hacky, but in the meantime it does the job :)
dokku config:set app DOKKU_PROXY_PORT_MAP=http:80:5000
Fixed and released in 0.9.1. Please upgrade the plugin.
Description of problem
After I upgraded to Dokku 0.31.0 this plugin stopped working for me, I get the following error:
How reproducible
Install Dokku 0.31.0, create an app, attempt to setup a redirect.
Steps to Reproduce
Actual Results
An error occurs.
Expected Results
No error occurs.
Environment Information
I don't believe this is relevant for this issue.