Nikolaos Moraitis
Nikolaos Moraitis
@juanpicado Same problem with `5.23.2` version. Error: ``` error An unexpected error occurred: "http://verdaccio.verdaccio:4873/@types/node/-/node-16.18.23.tgz: Request failed \"404 Not Found\"". ``` Here is my cache: ``` /verdaccio/storage/data/@types/node $ ls -lrt total...
@juanpicado Can you prioritize this issue, since its a critical BUG and a big blocker for us and I assume for many others that are using the verdaccio as cache...
@juanpicado You can check https://github.com/verdaccio/verdaccio/issues/3530#issuecomment-1510922787. Reproducing it is simple, let the cache download a specific version of a package, and then try again with a different version of the same...
Ok! Let me try this out and see if the problem persists! I will keep you updated. Thanks.
@juanpicado Do you have any recommended value? Also, how the cache is being invalidated, and after how many days? For the record our package manager doesn't have any cache.
@juanpicado Same problem with `maxage: 14400m`. Any other insights?
@juanpicado Any updates?
Another example of the problem's replication: ```console /verdaccio/storage/data/@types/node $ ls -lrt total 12692 -rw-r--r-- 1 verdacci node 701331 Jun 30 10:04 node-20.3.2.tgz -rw-r--r-- 1 verdacci node 634774 Jun 30 10:05...
@tomer555 I haven't found any solution. I guess @juanpicado should have to take a look as this looks like a bug in verdaccio.
@irbekrm Any insights? I tried to find a solution but there isn't any. There are a lot of issues opened for this problem. There is nothing in cert-manager's documentation that...