You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pac code add-data-source constructs malformed API endpoint URL by incorrectly extracting a segment from the environment GUID and inserting it as a subdomain in the URL.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have observed
pac code add-data-source constructs malformed API endpoint URL by incorrectly extracting a segment from the environment GUID and inserting it as a subdomain in the URL.
Example:
Both URLs are unreachable/non-existent
This leads to error: getaddrinfo ENOTFOUND
What we explored so far -
pac auth create/list.. etc. commands work in system and returns the correct environment url.
There is no error in pac-log file during execution of pac code add-data-source command
Proxy is configured correctly in system and Node runtime is able to fetch this correctly.
Latest version of pac cli is being used: 2.2.1
Please suggest if there is a fix for this or if this is a known issue.
Beta Was this translation helpful? Give feedback.
All reactions