Saman Rad
Saman Rad
@kidunot89 This issue is also the same about `productTags` and `product_tag` taxonomy. There is no problem in Woocommerce main plugin and its functionalities. But just in wp-graphql. I don't know...
Thanks but after adding `define( 'NO_QL_SESSION_HANDLER', true );` to `wp-config.php`, when I want to get the `sessionToken` through graphql request, it returns error. ```gql { customer{ sessionToken } } ```...
Thanks, it worked well
Honestly I prefer to debug that personally. I guess the problem related to SASL over unix socket: **/tmp/lsmcd.log** ```bash 2022-08-28 19:32:12.748 [ERROR] [PID: 43902] Successful SASL authentication not performed 2022-08-28...