Žygimantas Remeika
Results
2
comments of
Žygimantas Remeika
It is still possible to overwrite plugin services with this workaround ``` const oldUserServices = plugin.services.user; plugin.services.user = ({strapi}) => { return { ...oldUserServices({strapi}), fetchAuthenticatedUser: (id) => { // return...
createMySQLStore.Options is missing ssl field and ssl is not being set. The workaround is to pass ssl with connection. ``` import mysql from "mysql2"; const sessionStore = new MySQLStore( {...