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
When I try to make a request with an invalid or previously used code (authorization_code), this post with the slash "/" generates a problem in the axios request returning a 403 Bad Request.
I have solved it by changing this string by an empty string "" and this way I get the error 400 with the description "The authorization code has expired", which seems more accurate to me.
I don't know if it is an update of the library or it just happened to me but I leave the issue in case it happens in all cases.
When I try to make a request with an invalid or previously used code (
authorization_code
), this post with the slash"/"
generates a problem in the axios request returning a 403 Bad Request.I have solved it by changing this string by an empty string
""
and this way I get the error 400 with the description"The authorization code has expired"
, which seems more accurate to me.I don't know if it is an update of the library or it just happened to me but I leave the issue in case it happens in all cases.
https://github.com/TiendaNube/tiendanube-app-standalone-template-node/blob/c917686d78d1995fa868c4b89836a57aa736606e/api/src/features/auth/install-app.service.ts#L40C49-L40C49
The text was updated successfully, but these errors were encountered: