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
{{ message }}
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
After updating (maybe from RC 8), vhost appears to be broken. I get the checksum error because kappa is not writing the vhost, and npm is attempting to download http://localhost:8200/something/-/something-2.0.4.tgz, while the server I am installing on is serving a page for port 8200.
The text was updated successfully, but these errors were encountered:
I am mistaken. This is in the rewriteTarballs section, where it tries to get host from request. It could be that I am having trouble with Nginx proxy setting the Host header, even though I believe I have Nginx configured correctly. For whatever reason, host is set to localhost:8200 unless I hardcode the right value in there. Unfortunately, that is what I had done before updating and forgot about it.
Actually, I have to have Nginx NOT rewrite the host header for the tarballs to get served. Fortunately I have it working again, but unfortunately it requires a code change. Maybe you could consider providing config options for the host info instead of getting it from the request.
After updating (maybe from RC 8), vhost appears to be broken. I get the checksum error because kappa is not writing the vhost, and npm is attempting to download
http://localhost:8200/something/-/something-2.0.4.tgz
, while the server I am installing on is serving a page for port 8200.The text was updated successfully, but these errors were encountered: