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
Because of that, trying to install an uploaded package (e.g. using mamba) fails as the package cannot be found. This seems to have happened because this endpoint (as opposed to the /channels/{channel_name}/packages/{package_name}/files/ endpoint) is untested.
The text was updated successfully, but these errors were encountered:
The
/channels/{channel_name}/upload/{filename}
endpoint doesn't seem to trigger an index update, like the standard package upload does:quetz/quetz/main.py
Lines 1335 to 1337 in 6cdf96e
Because of that, trying to install an uploaded package (e.g. using mamba) fails as the package cannot be found. This seems to have happened because this endpoint (as opposed to the
/channels/{channel_name}/packages/{package_name}/files/
endpoint) is untested.The text was updated successfully, but these errors were encountered: