8fuhst / MafiAStarLite

GNU General Public License v3.0
2 stars 0 forks source link

[Bug] Fix default image not showing in production #34

Open 8fuhst opened 10 months ago

8fuhst commented 10 months ago

When a song has no image associated in the DB, the default image is not shown. In dev this happens whenever an image request returns a 500 (which is not great and should be fixed independently of this), in prod it instead returns a 415 and doesn't show the image.

8fuhst commented 5 months ago

Default image now works after #36, however now the frontend sends its requests for the images to the wrong URL, thus receiving no answer and displaying the default image for every song.