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
On a deploy of HEAD SHA: 3951cdd requests for stylesheets return an "empty status from server" unless the request is from localhost.
Say cb_admin is properly configured under another CB app, and allow_ip_blocks = a public IP, requests to /admin will load the HTML correctly, however the page will not contain styles because when the browser requests to:
On a deploy of HEAD SHA: 3951cdd requests for stylesheets return an "empty status from server" unless the request is from localhost.
Say
cb_admin
is properly configured under another CB app, and allow_ip_blocks = a public IP, requests to /admin will load the HTML correctly, however the page will not contain styles because when the browser requests to:CB returns an empty response (also crashes the nginx worker that handled it..)
My workaround is to set allow_ip_blocks to 127.0.0.1 and rewrite the headers to be 127.0.0.1 inside the HTTP server.
The text was updated successfully, but these errors were encountered: