Skip to content
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

UI fail to load on full path to non existing repository path #4302

Closed
nopcoder opened this issue Oct 3, 2022 · 0 comments · Fixed by #4301
Closed

UI fail to load on full path to non existing repository path #4302

nopcoder opened this issue Oct 3, 2022 · 0 comments · Fixed by #4301
Assignees
Labels
area/UI Improvements or additions to UI bug Something isn't working

Comments

@nopcoder
Copy link
Contributor

nopcoder commented Oct 3, 2022

Based on browser console, there is an error with white screen rendered while entering an address of non-existing repository.

Example: http://localhost:8000/repositories/no-repo/objects

Failed to load resource: the server responded with a status of 404 (Not Found)
react-dom.production.min.js:216 TypeError: Cannot read properties of undefined (reading 'toString')
    at fr (controls.jsx:78:63)
    at ha (error.jsx:36:12)
    at ns (react-dom.production.min.js:157:137)
    at Ul (react-dom.production.min.js:267:460)
    at Cc (react-dom.production.min.js:250:347)
    at yc (react-dom.production.min.js:250:268)
    at Sc (react-dom.production.min.js:250:128)
    at Tc (react-dom.production.min.js:243:163)
    at react-dom.production.min.js:123:115
    at e.unstable_runWithPriority (scheduler.production.min.js:18:343)
@nopcoder nopcoder added bug Something isn't working area/UI Improvements or additions to UI labels Oct 3, 2022
@nopcoder nopcoder self-assigned this Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/UI Improvements or additions to UI bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant