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

TypeError: Cannot read properties of null (reading 'replace') #2073

Closed
sentry-io bot opened this issue Jun 20, 2023 · 2 comments · Fixed by #2091
Closed

TypeError: Cannot read properties of null (reading 'replace') #2073

sentry-io bot opened this issue Jun 20, 2023 · 2 comments · Fixed by #2091
Assignees
Labels
bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Jun 20, 2023

Sentry Issue: MANAGER-UI-219

React ErrorBoundary Error: Cannot read properties of null (reading 'replace')
  at NormalMenu (./src/shell/components/global-sidebar/components/InstanceMenu/views/NormalMenu.tsx:54:3)
  at DropdownMenu (./src/shell/components/global-sidebar/components/InstanceMenu/DropdownMenu.tsx:13:55)
  at InstanceMenu (./src/shell/components/global-sidebar/components/InstanceMenu/index.tsx:12:55)
  at yd (./src/shell/components/global-sidebar/GlobalSidebar.tsx:38:50)
  at Sw (./src/shell/views/Shell/Shell.tsx:31:20)
...
(40 additional frame(s) were not displayed)

TypeError: Cannot read properties of null (reading 'replace')
  at NormalMenu (./src/shell/components/global-sidebar/components/InstanceMenu/views/NormalMenu.tsx:132:21)
...
(10 additional frame(s) were not displayed)
@finnar-bin finnar-bin added the bug Something isn't working label Jun 21, 2023
@finnar-bin
Copy link
Contributor

Most likely prior instances that were created before domains were auto-generated on creation.

@finnar-bin
Copy link
Contributor

Some instances seem to not have any domain configured which causes the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant