I got invalid token access, could any of you please guide me with this.
@Rocky @Muhammed_Sinan please help
Hello @jampalalokesh
Thanks for reporting the issue. To understand it better, could you please share more details about the invalid token?
Where exactly are you seeing this error, and what part of the process is it happening in?
Thank you!
@Sam i getting this error at testing using postman , the invalid token error getting after deploying and testing in neutrinos reels ,then i downloaded swagger and when i am trying execute request methods
Ok thank you @jampalalokesh for the reply,
How did you assign the token in header, is that bearer ?Could you please send the curl request?
@Sam please provide me a solution for this.
Hello @jampalalokesh , could you please provide a screenshot of the Authorization tab?
Hello @jampalalokesh ,
Thank you for sharing the details.
Based on the information you provided, it appears that you haven’t generated a token yet. Please follow the steps below:
- Generate the Token
Navigate to the Reels Token section and generate a new token. - Add Token to Postman
In Postman, go to the Headers section and add the following:
Key: token
Value:[your generated token] - Update the Request Body
Remove the hardcoded data from the body and replace it with your test data.
Let us know once you’ve tried this or if you face any issues.
yes thankyou @Sam runtime sync is getting the result ,runtime async it getting same error ?? i have checked the token still i getting error in runtime async
.
Could you give screenshot of that request and result?
@Sam yes the problem is resolved. Thank for your precious time and guidance
thank you this issue is resolved..