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

Clicking the integration tab of a toolbox container causes an Oops #1649

Closed
jelly opened this issue Apr 2, 2024 · 0 comments · Fixed by #1653
Closed

Clicking the integration tab of a toolbox container causes an Oops #1649

jelly opened this issue Apr 2, 2024 · 0 comments · Fixed by #1653
Labels
bug Something isn't working

Comments

@jelly
Copy link
Member

jelly commented Apr 2, 2024

Uncaught TypeError: Cannot read properties of undefined (reading 'Env')
    at ContainerIntegration (ContainerIntegration.jsx:101:83)
    at renderWithHooks (react-dom.development.js:16305:18)
    at mountIndeterminateComponent (react-dom.development.js:20074:13)
    at beginWork (react-dom.development.js:21587:16)
    at HTMLUnknownElement.callCallback2 (react-dom.development.js:4164:14)
    at Object.invokeGuardedCallbackDev (react-dom.development.js:4213:16)
    at invokeGuardedCallback (react-dom.development.js:4277:31)
    at beginWork$1 (react-dom.development.js:27451:7)
    at performUnitOfWork (react-dom.development.js:26560:12)
    at workLoopSync (react-dom.development.js:26466:5)
@jelly jelly added the bug Something isn't working label Apr 2, 2024
jelly added a commit to jelly/cockpit-podman that referenced this issue Apr 3, 2024
On some systems a toolbox container has an intermediate image as image
which since 17d2588 is no longer passed
to the renderRow.

Closes cockpit-project#1649
jelly added a commit to jelly/cockpit-podman that referenced this issue Apr 5, 2024
On some systems a toolbox container has an intermediate image as image
which since 17d2588 is no longer passed
to the renderRow.

Closes cockpit-project#1649
jelly added a commit to jelly/cockpit-podman that referenced this issue Apr 5, 2024
On some systems a toolbox container has an intermediate image as image
which since 17d2588 is no longer passed
to the renderRow.

Closes cockpit-project#1649
jelly added a commit to jelly/cockpit-podman that referenced this issue Apr 8, 2024
On some systems a toolbox container has an intermediate image as image
which since 17d2588 is no longer passed
to the renderRow.

Closes cockpit-project#1649
jelly added a commit to jelly/cockpit-podman that referenced this issue Apr 15, 2024
On some systems a toolbox container has an intermediate image as image
which since 17d2588 is no longer passed
to the renderRow.

The introduced test uncovered a race condition where deleting the image
when running the container lead to `image` being undefined, this is now
also handled.

Closes cockpit-project#1649
jelly added a commit to jelly/cockpit-podman that referenced this issue Apr 16, 2024
On some systems a toolbox container has an intermediate image as image
which since 17d2588 is no longer passed
to the renderRow.

The introduced test uncovered a race condition where deleting the image
when running the container lead to `image` being undefined, this is now
also handled.

Closes cockpit-project#1649
martinpitt pushed a commit that referenced this issue Apr 16, 2024
On some systems a toolbox container has an intermediate image as image
which since 17d2588 is no longer passed
to the renderRow.

The introduced test uncovered a race condition where deleting the image
when running the container lead to `image` being undefined, this is now
also handled.

Closes #1649
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