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
{{ message }}
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
Defined path and response:
My function returns response as:
res.json({ responseCode: 0, message: 'Login successful', errCode : 4003, info: tokenData.token});
Where the info has string typed data.
Facing problem with this error :
Error: Response validation failed: void does not allow a value
The text was updated successfully, but these errors were encountered: