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
. -
Should be fixed in https://github.com/boardgamers/boardgamers-mono/commit/0a22edac5cade1ded64af625050b22167e11c4b8
Let us know if it works now
-
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 sayingPage not found!
.I noticed on GitHub that the
audio
directory is in thewebapp-vue/public
directory, but not in thewebapp-svelte/public
directory. Could that be the problem? -
@Ewan Thank you for the detailed diagnosis ^^
I added the audio files in
webapp-svelte/public
: https://github.com/boardgamers/boardgamers-mono/commit/49ff29254cd8f194a5bdc64a38e8b25b1ab22640