Error during collection final submission in Postman student expert program course

I have been trying to resolve these problems but could not seem to find the cause.
Can someone please help?

my collections are working fine when I make requests but when submitting final collection submission error coming like this

{
“status”: “error”,
“message”: “Your collection failed one or more Postman tests. See the errors array for details.”,
“errors”: [
{
“test”: “Used GET, POST, PUT, DELETE methods”,
“message”: “Cannot read properties of undefined (reading ‘map’)”
},
{
“test”: “Used query and path parameters”,
“message”: “Cannot read properties of undefined (reading ‘filter’)”
},
{
“test”: “Sent body data”,
“message”: “Cannot read properties of undefined (reading ‘filter’)”
},
{
“test”: “Used variable for player id query parameter”,
“message”: “Cannot read properties of undefined (reading ‘filter’)”
},
{
“test”: “Used variables for all request base URLS”,
“message”: “Cannot read properties of undefined (reading ‘filter’)”
},
{
“test”: “Used variable for auth”,
“message”: “expected false to equal true”
},
{
“test”: “Added request description”,
“message”: “Cannot read properties of undefined (reading ‘filter’)”
},
{
“test”: “Set env variable from script and set next request”,
“message”: “Cannot read properties of undefined (reading ‘filter’)”
},
{
“test”: “Skills checked”,
“message”: “expected [ ‘baseUrl’, ‘id’ ] to include ‘skilled’”
},
{
“test”: “Skill check code retrieving set var value from response property”,
“message”: “Cannot read properties of undefined (reading ‘0’)”
}
]
}

I’m having the same issue idk what to do. I even completed the entire training all over again and still, the issue exists. Did you find a way to resolve this??

Have you solved the error till now, if yes then kindly guide us.
How can we too solve this!

Hi there! The errors referenced in this thread are for a deprecated version of Student Expert.

If you are trying to earn your Postman Student Expert badge, please ensure you are enrolled in the updated training in Postman Academy, which you can access by filling out this student form:

If you continue to get similar errors with lots of “undefined” values, it is likely you accidentally submitted the wrong collection for testing. There is an instruction video in the updated training on how to submit your collection correctly. Hope this helps!