Thanks a lot for this video, really helpful. Is possible to share the code used in demo
@JaiDixit-u8d5 ай бұрын
Hi, Thanks a lot for this video, really helpful. I tried running the connector after creating a sample project in IDP. After I download the connector from Exchange in Studio and populate required field, I see this error during test connection Caused by: org.mule.runtime.api.exception.MuleRuntimeException: org.mule.runtime.api.lifecycle.InitialisationException: clientId cannot be blank Caused by: org.mule.runtime.api.lifecycle.InitialisationException: clientId cannot be blank Caused by: java.lang.IllegalArgumentException: clientId cannot be blank at org.mule.runtime.api.util.Preconditions.checkArgument(Preconditions.java:24) at org.mule.oauth.client.internal.builder.DefaultOAuthClientCredentialsDancerBuilder.build(DefaultOAuthClientCredentialsDancerBuilder.java:94) at org.mule.service.oauth.internal.builder.Compatibility1xOAuthClientCredentialsDancerBuilder.build(Compatibility1xOAuthClientCredentialsDancerBuilder.java:124) at org.mule.service.oauth.internal.builder.Compatibility1xOAuthClientCredentialsDancerBuilder.build(Compatibility1xOAuthClientCredentialsDancerBuilder.java:32) at org.mule.extension.oauth2.api.clientcredentials.ClientCredentialsGrantType.doInitialize(ClientCredentialsGrantType.java:63) at org.mule.extension.oauth2.internal.AbstractGrantType.initialise(AbstractGrantType.java:218) This is when clientId is populated, not sure why i am seeing this issue. Can you provide inputs if you have faced similar issue?
@boltcd4 ай бұрын
Hi, im getting the same error message also. Did you happen to figure out the issue?
@cebrailaktas64272 ай бұрын
@@boltcd Hey guys, I had the same issue and fixed it by giving the credentials through yaml properties instead of putting them inline like in the video. Hope this helps.
@matthewsperry7847Ай бұрын
@@cebrailaktas6427 I am only seeing the option to write it iniline. Can you please provide the steps you took to enter it as YAML?