As described in subject. We have a custom connector which connects through on-prem-datagateway to internal API. All working.
The host the connector is set by an environment variable in the same solution - to be able to point to QA and PROD APIs depending to which stage the solution with connector (and env var) are deployed to.
Now, the host of the QA API has changed. When I change the env var current value to point to a different host, I cannot tell when the new value is considered when testing the connector directly or calling it from a flow... it seems to be cached?!
My questions:
- Do I have to publish anything?!
- In the past I made the observation, that I have to save/update the connector (without any changes) once after changing the env var?!
- Or do I have to "create" a new connection?!
- Can I see the "interpolated" host in some browser dev tools while testing the connector?
- How to use the custom connnector custom script block to "just" log the host but keep request and response "untouched"?
Thank you for your help
PS: there is only Authentication and Licensing available as categories ... it's mandatory ... not other more fitting options - sorry