Newman| JSON error when running collection in newman

Hi Team,

I am getting a JSON error due to authentication when I run the collection using the newan. The same request works fine if I run them individually.
My collection generates an authorization token in its pre-request scripts and passes it to the child requests.

Could anyone please help me with it ?

Hi @mission-saganist-751

Welcome to the community!

Could you pls let me know how are you accessing this token in the child request is it by the environment or global variable declaration? Also, does your token have any expire feature in it?