Overview

Steps to reproduce:

  1. Create a code component
  2. Add it to component library
  3. Delete the component

There's a 404 response which could be causing this:

Proposed resolution

User interface changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

lauriii created an issue. See original summary.

wim leers’s picture

Assigned: Unassigned » hooroomoo
StatusFileSize
new119.48 KB

Confirmed.

The component is DELETEd using the internal HTTP API and immediately thereafter it is requested.

I bet this is an RTK query cache invalidation thing.

hooroomoo’s picture

Issue tags: +stable blocker

hooroomoo’s picture

Yep #2 is correct, it was refetching itself after the DELETE call.

hooroomoo’s picture

Assigned: hooroomoo » Unassigned
Status: Active » Needs review

hooroomoo’s picture

  • hooroomoo committed cc136945 on 0.x
    Issue #3510430 by hooroomoo, lauriii, wim leers, larowlan: Error after...
hooroomoo’s picture

Status: Needs review » Fixed
Issue tags: -stable blocker

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.