Closed
Description
Preconditions (*)
- Magento 2.3 Community
Steps to reproduce (*)
- Install a fresh copy of magento 2.3 community (im running it on Ubuntu)
- Create a product and attempt to upload an image
Expected result (*)
- Image should be uploaded and linked to the product.
Actual result (*)
-
The following error appears: A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later.
-
I have tries changing "fileUploader" to "imageUploader" in app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml
This allowed me to upload logo images again. So I'm assuming this needs to be done as well somewhere else?