-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not see my packages in web UI #90
Comments
@dimmduh could you provide more info? Configuraiton, enviornment, verdaccio version and plugin version. Causes might be multiple and we need all you can provide to give you the best guidance. |
I'm encountering the same problem in my project. Can log in and publish with my gitlab credentials fine. If my config is set to
I'm running verdaccio-gitlab v2.2.0, locally in a docker swarm behind a Traefik reverse proxy. We do not host our own Gitlab instance. I cloned down your project and am building my own docker image from that. When I try to load the home page while authenticated, the network call return 500, browser console prints Service logs show a successful login, then on subsequent refreshing of the home page, the service logs print On login:
Still logged in, refresh home page:
On logout ("Blah" statement is first line of the allow_access function):
One thing to note: Thanks |
my problem in nginx before verdaccio I use https, and all urls to static goes like http:// , chorme browser blocks these requests |
I can see the packages if I set |
More discussion related to this issue can be found here: #75 |
Have the same error. |
To workaround that fully set
|
Can only see when set access to $all and not loggined, when I login - I can not see repos any more
The text was updated successfully, but these errors were encountered: