1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

100万人に伝えたい!失敗を乗り超えた話を共有しよう

【Drupal】RESTファイル削除がうまくいかない

Posted at

※動作保証は個人で行ってください。

Drupal8で開発してRESTServiceで不要なファイルを反映後、
物理削除を実施したケースで管理画面がエラーになり操作を受け付けなくなるケースがあったので調べてみた

既知の不具合っぽい空気マジか。
https://www.drupal.org/project/drupal/issues/3134080

以下テーブルにデータが入っている様子

select collection,CONVERT(value USING utf8) from  key_value where collection = 'config.entity.key_store.rest_resource_config' limit 0,1; 
select collection,name, CONVERT(data USING utf8) from config limit 0,1;

思い切って物理削除
以下がエラーにならなければOK・・・かな

/admin/modules
/admin/config/services/rest

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?