When I try to enable email notifications through the settings page, it throws the following error:
Store.ts:101 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'included').
Please help me resolve this issue.
My Flarum app info:
Flarum core: 1.8.5
PHP version: 7.4.33
MySQL version: 8.0.35
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, pdo_sqlite, session, posix, readline, Reflection, standard, SimpleXML, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, pdo_mysql, gd, sodium
+--------------------------+----------+--------+
| Flarum Extensions | | |
+--------------------------+----------+--------+
| ID | Version | Commit |
+--------------------------+----------+--------+
| flarum-flags | v1.8.0 | |
| flarum-approval | v1.8.1 | |
| flarum-tags | v1.8.1 | |
| flarum-suspend | v1.8.1 | |
| flarum-subscriptions | v1.8.0 | |
| flarum-sticky | v1.8.0 | |
| flarum-statistics | v1.8.0 | |
| flarum-mentions | v1.8.3 | |
| flarum-markdown | v1.8.0 | |
| flarum-lock | v1.8.0 | |
| flarum-likes | v1.8.0 | |
| flarum-lang-english | v1.8.0 | |
| flarum-emoji | v1.8.0 | |
| flarum-bbcode | v1.8.0 | |
| custom-user-group-updater | dev-main | |
| custom-jwt-sso | dev-main | |
+--------------------------+----------+--------+
Base URL: https://mydomain.com/app/webroot/forum/public
Installation path: /var/www/html/app/webroot/forum
Queue driver: sync
Session driver: file
Mail driver: smtp
Debug mode: ON