-
Notifications
You must be signed in to change notification settings - Fork 165
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
OpenVSX Server Setup in Local Kubernetes Failing via Web UI #1133
Comments
Yes, that's normal. This message is shown when the publisher isn't the owner of the namespace.
That error points to: openvsx/webui/src/components/sanitized-markdown.tsx Lines 109 to 110 in 56a500e
Yarn probably installed a newer version of |
Actually I'm building a new release and getting the same error, it's #1123 |
Hi @amvanbaren, I tried this with v0.22.1. It is failing there as well. Could you please advise the fix? I tried a manual export of the old yarn.lock file before the build and it didn't help. May be I should just wait for your new release :) |
You can try |
I'm trying to set up an OpenVSX server in my local Kubernetes cluster.
OPENVSX_VERSION=v0.22.2
Service Type: LoadBalancer
Ingress Setup: No ingress configured (using LoadBalancer IP directly)
After publishing extensions, the UI shows a warning:
"This version of the extension was published by super_user. That user is not a verified publisher of the namespace of this extension."
I confirmed that the correct publisher is set in package.json.
Running ovsx verify-pat confirms my PAT is valid.
I downloaded a vsix file from the public registry and published that. Facing the same issue there as well.
Still the UI shows the above publish related warning and gives a blank page while clicking on any published extension. So, I am not having any option to download the extension via the webui now.
My docker file is as below:
My application.yml file is as below:
I am not using SSL along with the loadbalancer now. Wondering if that is a problem.
I can download the published plugins without any issue via
ovsx get
. In Chrome developer tools, I see the following errors while opening any plugin.I am also not using elasticsearch as this is a small scale testing that I do currently. Appreciate any pointers. Thanks in advance.
The text was updated successfully, but these errors were encountered: