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
When I call codeartifact requesting a scoped package @my-org/package1, it returns results
GET https://testdomain-12345567890.d.codeartifact.us-east-1.amazonaws.com/npm/testrepo/@my-org%2fpackage1/
Authorization: Bearer $AWS_CODEARTIFACT_AUTH_TOKEN
When I request the same package through the proxy, I get an error.
GET http://localhost:8080/testrepo/@my-org%2fpackage1/
{
"success": false,
"error": "1 validation error detected: Value '[@my-org/package1]' at 'versionSelection.targetedVersions' failed to satisfy constraint: Member must satisfy constraint: [Member must have length less than or equal to 255, Member must have length greater than or equal to 1, Member must satisfy regular expression pattern: [^#/\\p{C}\\p{IsWhitespace}]+]"
}
Can we fix the proxy so it works with scoped npm packages?
The text was updated successfully, but these errors were encountered:
When I call codeartifact requesting a scoped package
@my-org/package1
, it returns resultsreturns
When I request the same package through the proxy, I get an error.
Can we fix the proxy so it works with scoped npm packages?
The text was updated successfully, but these errors were encountered: