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 created myself a gem with the openapi description. On my local machine everything is fine. I get the new tokens, I can access data from the etsy shop. But as soon as I am on my external server, I can refresh the access_token but I cant access the date from the shop because it says " {"error":"Invalid authorization header"}
If I copy the same exact code into the ruby console on the server, it is working somehow...
In the App settings on etsy I have the callback url with localhost still, since I did the authorization beforehand. But this cant be the issue right?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there,
I created myself a gem with the openapi description. On my local machine everything is fine. I get the new tokens, I can access data from the etsy shop. But as soon as I am on my external server, I can refresh the access_token but I cant access the date from the shop because it says " {"error":"Invalid authorization header"}
If I copy the same exact code into the ruby console on the server, it is working somehow...
In the App settings on etsy I have the callback url with localhost still, since I did the authorization beforehand. But this cant be the issue right?
Anybody has an idea?
Cheers,
Pichutan
Beta Was this translation helpful? Give feedback.
All reactions