project-zot / zui

UI for zot registry
Apache License 2.0
13 stars 21 forks source link

Bug: TypeError: e is undefined #385

Closed rchincha closed 7 months ago

rchincha commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

v2.0.0-rc6+

TypeError: e is undefined
    qx Home.jsx:140
[main.15ae206d.js:2:692701](https://aci-zot02.insieme.local/static/js/main.15ae206d.js)
    qx https://aci-zot02.insieme.local/static/js/main.15ae206d.js:2

To Reproduce

Go to home page and just open "inspect" on browser

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

vrajashkr commented 7 months ago

I had a go at trying to reproduce this. I wasn't able to see any errors in the console when opening the Home page.

Steps followed:

  1. Download zot-linux-amd64 from Github Releases for version 2.0.2.
  2. Run zot with the config file: examples/config-ui.json.
  3. Access: http://localhost:8080/home.
  4. Observed no errors in the console.

Browser: Firefox 123.0.1 (64-bit) OS: Ubuntu Linux 22.04 LTS

@rchincha , which config file did you happen to use when you saw the error?

andaaron commented 7 months ago

Let's close this. We can open a new one if we have more details.