Skip to content

404 error when attempting to change any product attribute settings in admin panel #22393

@diamondavocado

Description

@diamondavocado

Preconditions (*)

  1. Magento 2.3.0, data imported from Magento 1.9 using the migration tool
  2. Centos 7, Apache, php-fpm

Steps to reproduce (*)

  1. Visit Admin panel -> Stores -> Attribute -> Products
  2. Choose an attribute (in my case "Size")
  3. Note the URL is https://example.com/admin/catalog/product_attribute/edit/attribute_id/200/ at this stage
  4. Try to change any setting (e.g. Catalog Input Type -> Dropdown)
  5. Hit "Save" or "Save and Continue" to save your changes

Expected result (*)

  1. Attribute should be saved with new settings
  2. Page should reload to the same URL (https://example.com/admin/catalog/product_attribute/edit/attribute_id/200/)

Actual result (*)

  1. Page makes a POST request with all the settings data to https://example.com/admin/catalog/product_attribute/validate/attribute_id/200/?isAjax=true but it seems that request gets a blank/empty response?
  2. Page then reloads to different URL https://example.com/admin/catalog/ which results in a 404 error
  3. Changes are not saved to the attribute

Please note I have tried clearing (and disabling) all caches, indexes, deployed static content, checked file/folder permissions, etc. and this is still happening.

At least some other parts of the admin panel DO save correctly.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions