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
I was using this SDK for MercadoShops' API and I realized that the refreshAccessToken method was not working.
Situation:
I change the Meli field "apiUrl" to "https://api.mercadoshops.com", but when it tries to refresh the token, it gets redirected for some reason.
Solution:
To solve this problem, I used a backup local variable to save the URL of the API I was using, and after refreshing is done, I restore it so I can continue working.
I was using this SDK for MercadoShops' API and I realized that the
refreshAccessTokenmethod was not working.Situation:
I change the
Melifield "apiUrl" to "https://api.mercadoshops.com", but when it tries to refresh the token, it gets redirected for some reason.Solution:
To solve this problem, I used a backup local variable to save the URL of the API I was using, and after refreshing is done, I restore it so I can continue working.