Im getting the same error while running any connector function. can any one tell what is the exact reason behind the error?

Hey @preetham -

Looks like your connector is using the header “APi Key” in the connector (not connector function) headers config. Spaces are not permitted in headers, so the connector is failing. Removing this key from the global config should resolve your issue.

Pete