Troubleshooting

Troubleshooting

Notifications Not Displaying
  • Check Resource Start: Ensure b2_notifyV2 is started in your server.cfg:

    start b2_notifyV2
  • Console Errors: Check the server and client console for any errors that may indicate what the issue is.

  • File Paths: Ensure all file paths are correct, and the folder structure matches the provided structure.

  • Dependencies: Make sure all dependencies like Vue.js, Tailwind CSS, and Font Awesome are properly included in index.html.

Sound Issues
  1. File Paths: Verify that the sound files are located in the html/sounds folder and are named correctly (success.wav, error.wav, warning.wav, info.wav).

  2. Audio Tags: Ensure the <audio> tags in index.html reference the correct file paths.

Overlapping Notifications
  1. Positioning: Ensure that notifications are assigned to the correct position to avoid overlap.

  2. Stacking Logic: The system should already handle stacking. If notifications are overlapping, verify that the getNotificationsByPosition method in the Vue.js script is correctly filtering notifications by their position.

Last updated