Back to Changelog

v4.5.131

Patch Released May 12, 2026

Language detection fix for toast messages and role-based guard for notification and feedback components

Bug Fixes

2
  • Fixed toast messages appearing in the wrong language by aligning i18next language detector to use the correct localStorage key (I18N_LANGUAGE), and updated error message resolution to prefer the backend interpolated message over a generic translation key
  • Eliminated 403 console errors for non-ROOT users by adding role guards to the NotificationContext and FeedbackPopup components, preventing unnecessary API calls and WebSocket connections that the backend correctly rejects for USER roles
See the Demo