Empty Collection Identifier Error
Fix empty collection identifier issues in Pynt. Learn how to troubleshoot and resolve problems related to missing or unrecognized collection identifiers.
An "Empty Collection Identifier" error in Pynt indicates that a collection is missing its identifier, preventing proper recognition during testing. This guide will help you troubleshoot and resolve this issue, ensuring that all collections are correctly identified and accessible for API security scans.
Error Message: The collection identifier provided in the Pynt configuration under "YOUR-COLLECTION" is malformed, please refer to documentation
How To Solve:
Make sure a collection with the supplied name or ID exists in your workspace
Make sure that no white space (such as carriage return) was added to the collection name or ID. This should be verified in the Pynt collectionβs variables
Make sure all changes were saved using the βsaveβ button in the Postman UI
Last updated