You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may still be an issue. The current line is: value.gsub!(/^http:\/\/#{http_host}(:[0-9]+)?\//, "http://#{http_host}/") if key.downcase == 'location' I'm not sure what the exact point of it is so I'm hesitant to mess with it.
Seems that line 90 in proxy.rb should reinsert the environments port in the location header.
value.gsub!(/^http://#{http_host}(:[0-9]+)?//, "http://#{http_host}:4020/") if key.downcase == 'location'
Otherwise 204 redirects won't work with virtual hosts
The text was updated successfully, but these errors were encountered: