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

Web Console crash when checking replica component logs #879

Closed
emirgens opened this issue Nov 27, 2023 · 1 comment · Fixed by #880 or #881
Closed

Web Console crash when checking replica component logs #879

emirgens opened this issue Nov 27, 2023 · 1 comment · Fixed by #880 or #881
Assignees
Labels
🐛 bug Something isn't working

Comments

@emirgens
Copy link
Collaborator

Error in loading of Web Console

@emirgens emirgens added the 🐛 bug Something isn't working label Nov 27, 2023
@Pespiri Pespiri changed the title Error: xxx Web Console crash when checking replica component logs Nov 28, 2023
@Pespiri
Copy link
Contributor

Pespiri commented Nov 28, 2023

there seems to be two issues causing instabilities in the Web Console:

  1. A sort instruction is attempted on a read-only list object. Object used to not be readonly until the change to the autogenerated apis, meaning we probably used data incorrectly in the past.
    image (2)
  2. An error object is (probably) being used without being checked if is exists in getErrorData in the AnotherAsyncResource component
    image (1)

@Pespiri Pespiri linked a pull request Nov 29, 2023 that will close this issue
@Pespiri Pespiri reopened this Nov 29, 2023
@Pespiri Pespiri linked a pull request Nov 30, 2023 that will close this issue
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
2 participants