Categories Page not loading correctly in the backend

Categories not loading on the back end to change their names Order. Showing the error

This is one of the errors if you cant see the screenshot.

console-output-handler.min.js:2 [2020-05-13 11:47:54] [ERROR] Failed to load the "Magento_Ui/js/form/element/image-uploader" component.
ConsoleOutputHandler.show @ console-output-handler.min.js:2

This is new installation with Luma theme. Magento version 2.3.4

Can you please suggest the fix please.

Please, can you share more information:

  • Was this working before - If so, what did you change before it broke?
  • Has it been like this ever since you installed Magento?
  1. I did not changed the categories before and I have not changed anything except your tutorials steps for speed omprovements.
  2. I think so it is like that since installation, Yes.

Could be the static files didn’t generate correctly. Try these 3 steps by running them from the Magento root directory as the Magento user:

Manually clearing static files

rm -rf pub/static/backend/*

Regenerating static files (replace en_US en_GB with your own locales)

bin/magento setup:static-content:deploy en_US en_GB -f

Clean cache

bin/magento cache:clean