Closed FaisalBudiono closed 1 year ago
Hi, thank you for using my project and submitting issues :smile:
When you used NGINX_PROXY_PASS_URL
did you removed REGISTRY_URL
? It will interfere with the configuration.
Do you have more intel on where the CORS is send ? Which server ? The UI or the registry or both ?
@Joxit Removing REGISTRY_URL
really solved this issue, thanks!
I'm sure I tried this yesterday but it didn't work for some reason. Again, thanks a lot for making this wonderful project!
It was a pleasure and thank you 😊
Bug description
I always get CORS error when enabling credentials. My work around is to disable the credential whenever I want to do a cleanup, but it will mess with the pipeline (Since I need to restart my registry).
I tested my registry config with
docker login
and it works fine.How to Reproduce
For UI bug, steps to reproduce the behavior:
My private docker registry configuration
I did try this with and without
NGINX_PROXY_PASS_URL
Expected behavior
Should be able to see the detail and delete the image.
Screenshots
System information