Open giteshk opened 3 years ago
Enabling JSONAPIs module on a Kickstart install, where users have setup their own MariaDB server[not using managed SQL] they might run into https://www.drupal.org/project/jsonapi/issues/3059472
To fix this issue add max_allowed_packet=64M to the [server] section of /etc/my.cnf.d/server.cnf
[server] max_allowed_packet=64M
Enabling JSONAPIs module on a Kickstart install, where users have setup their own MariaDB server[not using managed SQL] they might run into https://www.drupal.org/project/jsonapi/issues/3059472
To fix this issue add max_allowed_packet=64M to the [server] section of /etc/my.cnf.d/server.cnf