You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I unban an IP and select "Only unban current IP" via the admin panel, a javascript error is thrown and the modal is stuck in loading mode. The IP is correctly deleted from the database.
Chrome shows:
Uncaught TypeError: Cannot read property 'banned_ips' of undefined
Firefox shows:
TypeError: this.user.data.relationships is undefined
When I unban an IP and select "Only unban current IP" via the admin panel, a javascript error is thrown and the modal is stuck in loading mode. The IP is correctly deleted from the database.
Chrome shows:
Firefox shows:
The error appears to originate from here https://github.com/FriendsOfFlarum/ban-ips/blob/master/js/src/common/components/UnbanIPModal.js#L154
The text was updated successfully, but these errors were encountered: