docker-registry-ui icon indicating copy to clipboard operation
docker-registry-ui copied to clipboard

https://joxit.dev/docker-registry-ui/demo/ 401

Open laopaoer-wallet opened this issue 2 months ago • 3 comments

Hi, I use this docker registry UI and I have an issue...

Bug description

I deployed the service using (https://github.com/cloudflare/serverless-registry).

When I added the registry URL with username/password authentication in https://joxit.dev/docker-registry-ui/demo/, it prompted a 401 Unauthorized error.

https://username:[email protected]

laopaoer-wallet avatar Oct 16 '25 07:10 laopaoer-wallet

Image

laopaoer-wallet avatar Oct 16 '25 07:10 laopaoer-wallet

Hi there end thank you for using my project and submitting issues.

I didn't know cloudflare had a serverless registry! I think they did not implemented the option method on their server as mentioned in the spec (must respond 200 on OPTIONS request). This causes the UI to reject the authentication with a CORS error. Could you check your network console on your browser?

Joxit avatar Oct 17 '25 06:10 Joxit

Image Request the history api of image. get the CORS error

laopaoer-wallet avatar Nov 19 '25 11:11 laopaoer-wallet