Andres

Results 11 comments of Andres

@felipeelia Do we have any news regarding this Bug? I am getting the following error: No mapping found for `[post__in]` in order to sort on -- The field post__in was...

@cankahya I think it might be an issue with `wp-graphql-wpml` as `wp-graphql-woocommerce` doesn't interact with translations. Have you tried to contact wpml?

I've also noticed that you are using this version https://github.com/rburgst/wp-graphql-wpml, which seems to be unmaintained. Have you tried with the official one from here https://wpml.org/documentation/related-projects/wpml-graphql/? Their version is from 2023...

Related https://wp-graphql.slack.com/archives/C3NM1M291/p1684225596339229 Just for clarifying when I mentioned that the schema was called or registered on every request, I meant the schema inflation process.

I'm having exactly the same issue. `"name":"payload","err":{"type":"NoSuchKey","message":"The specified key does not exist.","stack":"NoSuchKey: The specified key does not exist.\n at de_NoSuchKeyRes (/home/node/backend/node_modules/@aws-sdk/client-s3/dist-cjs/index.js:4791:21)\n at de_CommandError (/home/node/backend/node_modules/@aws-sdk/client-s3/dist-cjs/index.js:4729:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async /home/node/backend/node_modules/@smithy/middleware-serde/dist-cjs/index.js:35:20\n...

My cloud hosting provider pointed also other issues related to this: https://github.com/aws/aws-sdk-js-v3/issues/6263 https://github.com/aws/aws-sdk-js-v3/blob/main/supplemental-docs/CLIENTS.md#request-handler-requesthandler I believe I have finally managed to recreate the issue with my test setup. It required me...

> > I found a thread that deals with this specific issue: [aws/aws-sdk-js-v3#3560](https://github.com/aws/aws-sdk-js-v3/issues/3560) > > I would give a few of these solutions a try. > > Hello, Hi can...

To use this config ``` requestHandler: { connectionTimeout: 10 * 1000, httpsAgent: new https.Agent({ maxSockets: Infinity, keepAlive: false, }), keepAlive: false, maxSockets: Infinity, }, ``` We use: `"https-browserify": "^1.0.0",` and...

Hi @utiq, I just want to make sure how did you get the plugin installation .zip? Are you getting it from the releases section?