Hi All,
I'm going crazy with OAUTH1 and Magento 2.3.4 (Ubuntu + Nginx 1.14 + PHP 7.3)
I get always
oauth_problem=Consumer+key+has+expired
My Backend configs:
- I've configured an Integration (System -> Integrations -> Add New Integration)
- I've set Available Api: "Orders" and "Customers"
- I've Activate the Integration
- I've set a Postman Test with Token Request Url, Consumer Key, Consumer Secret but I get always oauth_problem=Consumer+key+has+expired
I've also tried to:
- (Stores -> Configuration -> Services -> oAuth) to try several values for Consumer Settings -> Expiration Period: 0, 300 (default), 1000000
- to reactivate several time the Integration
- to generate new Integrations
- to erase all Integration and create New one again
Nothing!
Any ideas about what I wrong?
Best Regards, Francesco