It seems as though something has changed in the AppConfigCredential.signRequest method. Here's what I have:
- The NPM package
@azure/app-configuration version 1.0.1
- Using TypeScript
- Connecting using
const client = new AppConfigurationClient('<connection string>');
In the logs, I'm seeing the following:
core.js:6228 ERROR Error: Uncaught (in promise): TypeError: Object(...) is not a function
TypeError: Object(...) is not a function
at AppConfigCredential.signRequest (appConfigCredential.js:23)
at SigningPolicy.push../node_modules/@azure/core-http/es/src/policies/signingPolicy.js.SigningPolicy.signRequest (signingPolicy.js:20)
at SigningPolicy.push../node_modules/@azure/core-http/es/src/policies/signingPolicy.js.SigningPolicy.sendRequest (signingPolicy.js:24)
at GenerateClientRequestIdPolicy.push../node_modules/@azure/core-http/es/src/policies/generateClientRequestIdPolicy.js.GenerateClientRequestIdPolicy.sendRequest (generateClientRequestIdPolicy.js:24)
It seems as though something has changed in the
AppConfigCredential.signRequestmethod. Here's what I have:@azure/app-configurationversion 1.0.1const client = new AppConfigurationClient('<connection string>');In the logs, I'm seeing the following:
core.js:6228 ERROR Error: Uncaught (in promise): TypeError: Object(...) is not a function TypeError: Object(...) is not a function at AppConfigCredential.signRequest (appConfigCredential.js:23) at SigningPolicy.push../node_modules/@azure/core-http/es/src/policies/signingPolicy.js.SigningPolicy.signRequest (signingPolicy.js:20) at SigningPolicy.push../node_modules/@azure/core-http/es/src/policies/signingPolicy.js.SigningPolicy.sendRequest (signingPolicy.js:24) at GenerateClientRequestIdPolicy.push../node_modules/@azure/core-http/es/src/policies/generateClientRequestIdPolicy.js.GenerateClientRequestIdPolicy.sendRequest (generateClientRequestIdPolicy.js:24)