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
npm search hitting a Verdaccio v5 backend seems to return nothing.
Also, the Web UI is broken for me after updating from 4.12 to 5.0.
My assumption is that something is now broken with config files that are not in /.config, but that's just a guess (seems to be the only specialty about our setup).
To Reproduce
Have your configuration file in a non-standard location, such as /verdaccio/config.yaml, and use an url_prefix, e.g. /my-prefix/
Run verdaccio -c /verdaccio/config.yaml
From a local machine, run an npm search against that endpoint OR
EDIT: WORKAROUND
Seems one point not mentioned in the migration guide is that paths now need to be server-absolute, and can't be config-relative anymore. We previously had ./storage as storage path, now needs to be /absolute/path/storage. The same is true for plugins.
A minor issue related to this: logo access from a server-absolute or config-relative path is both broken now.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
url_prefix
, e.g./my-prefix/
verdaccio -c /verdaccio/config.yaml
Expected behavior
EDIT: WORKAROUND
Seems one point not mentioned in the migration guide is that paths now need to be server-absolute, and can't be config-relative anymore. We previously had
./storage
as storage path, now needs to be/absolute/path/storage
. The same is true for plugins.A minor issue related to this: logo access from a server-absolute or config-relative path is both broken now.
The text was updated successfully, but these errors were encountered: