Hi - I’m receiving the following error.
Error while finalizing pack version: {
statusCode: 400,
statusMessage: 'Bad Request',
message: 'Pack metadata failed validation.',
codaType: 'PackInvalid',
codaDetail: {
validationErrors: [
{
path: 'metadata.networkDomains[0]',
message: 'The given domain m.pipedream.net does not resolve to a public IP.'
}
]
}
}
I wasn’t able to do pipedream.net or m.pipedream.net. I was only able to successfully pack the pack when I used the full URL which is frustrating because I want to have multiple pipedream endpoints set up and, if I understand correctly, the domain limit would inhibit me from doing that in this case.
Is there any reason why the domain has to resolve to an IP at publish time?