Discussions

Sound notification not working

Since yesterday I think, the sound notification doesn't work anymore. I also can't find it in the HTML anymore, there used to be an element with id sound-notification.

The element is in the HTML now, but it doesn't actually produce a sound when calling play() on it. It looks like the audio files are missing.

For example, when you go to https://www.boardgamers.space/images/ you get a 403 Forbidden from NginX. However, when you go to https://www.boardgamers.space/audio/, you get a frontend webpage saying Page not found!.

I noticed on GitHub that the audio directory is in the webapp-vue/public directory, but not in the webapp-svelte/public directory. Could that be the problem?