Module not getting added to the dashboard

I added the following lines to my config/desktop.py file:-

{
“module_name”:“File”,
“color”:“#DE23B7”,
“icon”:“octicon octicon-mortar-board”,
“type”:“module”,
“label”:_(“File”)
},

Upon saving the file and reloading the dashboard, the module is still not visible in the modules list.

Check if running bench build, then bench migrate followed by bench clear-cache solve the issue for you.

@felix, nothing changed upon running those commands.