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
Rails application is thinking that the request is done to whichever port passenger is running, hence, request.url (both on Rack::Request & ActionDispatch::Request) & url_for only_path: false will use this port in generated url (e.g : http://example.com:4000/path)
The generated url should use the original port.
The text was updated successfully, but these errors were encountered:
Rails application is thinking that the request is done to whichever port passenger is running, hence,
request.url
(both on Rack::Request & ActionDispatch::Request) &url_for only_path: false
will use this port in generated url (e.g :http://example.com:4000/path
)The generated url should use the original port.
The text was updated successfully, but these errors were encountered: