kbss-cvut / s-pipes-editor-ui

MIT License
0 stars 0 forks source link

Icons for Script Modules do not load when starting the application locally. #58

Closed palagdan closed 3 weeks ago

palagdan commented 3 months ago

Screenshot from 2024-08-20 14-25-02

palagdan commented 2 months ago

blocked by #50

I believe the problem is related to Nginx. When you start it using the Dockerfile, Nginx proxies requests to http://localhost:3000/public/icons/$someimage to the public folder. However, when you run it locally, this resource doesn’t map to the public folder, which is why the images don't load.

blcham commented 2 weeks ago

works.