MUI Icons don't seem to work properly.
The /api/icons call to catch the icons for the choose window was an error:
{
"message": "Failed to read files in folder /home/node/bug/client/node_modules/@mui/icons-material"
}
I was able to have this particular issue resolved, by manually running npm install in the client directory.
That lead to the selection window not being empty, but the icon rendering doesnt seem to work. Theres empty fields in the selection window and the circle stays empty after selecting an icon.
