We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm trying to retrieve the headers of the requests I send to Contentful.
It seems that, when using the cmaAdapter of the sdk, the client created using createClient(params, opts) ignore all the params.
The code I used for creating the client, nor the onError, requestLogger, logHandler seems to display something:
return createClient( { throttle: 'auto', retryOnError: false, onError(error) { console.log(error); }, requestLogger(value) { console.log(value); }, logHandler(level, data) { console.log(level); console.log(data); }, apiAdapter: sdk.cmaAdapter, }, { type: 'plain', defaults: { spaceId: configuration.spaceId, environmentId: configuration.environmentId, } }, );
contentful-management: 10.6.0 contentful-sdk-core: 7.0.2
contentful-management: 10.6.0
contentful-sdk-core: 7.0.2
#contentful/contentful.js#345
Thanks for your time, I am not sure if it's fully a bug on your side, feel free to closed it if not, and I apologize for the inconvenience.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to retrieve the headers of the requests I send to Contentful.
It seems that, when using the cmaAdapter of the sdk, the client created using createClient(params, opts) ignore all the params.
Code
The code I used for creating the client, nor the onError, requestLogger, logHandler seems to display something:
Version
contentful-management: 10.6.0
contentful-sdk-core: 7.0.2
Probably related issue
#contentful/contentful.js#345
Thanks for your time, I am not sure if it's fully a bug on your side, feel free to closed it if not, and I apologize for the inconvenience.
The text was updated successfully, but these errors were encountered: