Customer information wrong in REST API Magento 2Magento - Show custom data on Order Information page (Customer Account)Edit Customer Account Information without setting address?Magento Programatically customer login not working in REST APIMagento 2 : Social Login via Rest ApiWrong customer account after loginEdit customer account information in admin magento2.2.2Magento Swapping Customer Orders and Billing InformationHow to create REST API for customer profile update?Magento 2 - Add Dynamic fields in Customer Account InformationHow to customer login using Rest Api in magento 2
Airbnb - host wants to reduce rooms, can we get refund?
"ne paelici suspectaretur" (Tacitus)
Unexpected email from Yorkshire Bank
Are some sounds more pleasing to the ear, like ㄴ and ㅁ?
A question regarding using the definite article
How can I get precisely a certain cubic cm by changing the following factors?
Lock in SQL Server and Oracle
Pressure to defend the relevance of one's area of mathematics
Reverse the word in a string with the same order in javascript
I listed a wrong degree date on my background check. What will happen?
How to pass attribute when redirecting from lwc to aura component
Do I have to worry about players making “bad” choices on level up?
Multiple options for Pseudonyms
Pawn Sacrifice Justification
Where did the extra Pym particles come from in Endgame?
Find the coordinate of two line segments that are perpendicular
What does YCWCYODFTRFDTY mean?
Subtleties of choosing the sequence of tenses in Russian
Python "triplet" dictionary?
Any examples of headwear for races with animal ears?
Stark VS Thanos
Single Colour Mastermind Problem
Is it possible to Ready a spell to be cast just before the start of your next turn by having the trigger be an ally's attack?
Possible to set `foldexpr` using a function reference?
Customer information wrong in REST API Magento 2
Magento - Show custom data on Order Information page (Customer Account)Edit Customer Account Information without setting address?Magento Programatically customer login not working in REST APIMagento 2 : Social Login via Rest ApiWrong customer account after loginEdit customer account information in admin magento2.2.2Magento Swapping Customer Orders and Billing InformationHow to create REST API for customer profile update?Magento 2 - Add Dynamic fields in Customer Account InformationHow to customer login using Rest Api in magento 2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Recently we have upgraded from Magento 2.2.2 commerce to Magento 2.2.8 commerce
In the latest version we are facing issue with /V1/customers/me
REST api call.
This call not return the correct user details. The model function not even called some time though we change the customer token values.
Looks like this method cached somewhere and returns different results for different users.
Anybody faced this kind of issue?
customer-account magento2.2.8
add a comment |
Recently we have upgraded from Magento 2.2.2 commerce to Magento 2.2.8 commerce
In the latest version we are facing issue with /V1/customers/me
REST api call.
This call not return the correct user details. The model function not even called some time though we change the customer token values.
Looks like this method cached somewhere and returns different results for different users.
Anybody faced this kind of issue?
customer-account magento2.2.8
Please check the token of the customer.
– Aaditya
Apr 25 at 15:08
token is different for every customer. It not even hitting the function for every request
– seeni
Apr 25 at 15:13
Yeah of-cause it is different, I am saying that please regenerate that specific customer's token and check the values of customer/me API and compare it with Database.
– Aaditya
Apr 25 at 15:15
yes both are same. Issue here is it not even accessing the function every time. It works fine in local. Issue occurs in our staging environment. But 2.2.2 version magento staging we don't have this issue.
– seeni
Apr 25 at 15:26
add a comment |
Recently we have upgraded from Magento 2.2.2 commerce to Magento 2.2.8 commerce
In the latest version we are facing issue with /V1/customers/me
REST api call.
This call not return the correct user details. The model function not even called some time though we change the customer token values.
Looks like this method cached somewhere and returns different results for different users.
Anybody faced this kind of issue?
customer-account magento2.2.8
Recently we have upgraded from Magento 2.2.2 commerce to Magento 2.2.8 commerce
In the latest version we are facing issue with /V1/customers/me
REST api call.
This call not return the correct user details. The model function not even called some time though we change the customer token values.
Looks like this method cached somewhere and returns different results for different users.
Anybody faced this kind of issue?
customer-account magento2.2.8
customer-account magento2.2.8
asked Apr 25 at 14:47
seeniseeni
659821
659821
Please check the token of the customer.
– Aaditya
Apr 25 at 15:08
token is different for every customer. It not even hitting the function for every request
– seeni
Apr 25 at 15:13
Yeah of-cause it is different, I am saying that please regenerate that specific customer's token and check the values of customer/me API and compare it with Database.
– Aaditya
Apr 25 at 15:15
yes both are same. Issue here is it not even accessing the function every time. It works fine in local. Issue occurs in our staging environment. But 2.2.2 version magento staging we don't have this issue.
– seeni
Apr 25 at 15:26
add a comment |
Please check the token of the customer.
– Aaditya
Apr 25 at 15:08
token is different for every customer. It not even hitting the function for every request
– seeni
Apr 25 at 15:13
Yeah of-cause it is different, I am saying that please regenerate that specific customer's token and check the values of customer/me API and compare it with Database.
– Aaditya
Apr 25 at 15:15
yes both are same. Issue here is it not even accessing the function every time. It works fine in local. Issue occurs in our staging environment. But 2.2.2 version magento staging we don't have this issue.
– seeni
Apr 25 at 15:26
Please check the token of the customer.
– Aaditya
Apr 25 at 15:08
Please check the token of the customer.
– Aaditya
Apr 25 at 15:08
token is different for every customer. It not even hitting the function for every request
– seeni
Apr 25 at 15:13
token is different for every customer. It not even hitting the function for every request
– seeni
Apr 25 at 15:13
Yeah of-cause it is different, I am saying that please regenerate that specific customer's token and check the values of customer/me API and compare it with Database.
– Aaditya
Apr 25 at 15:15
Yeah of-cause it is different, I am saying that please regenerate that specific customer's token and check the values of customer/me API and compare it with Database.
– Aaditya
Apr 25 at 15:15
yes both are same. Issue here is it not even accessing the function every time. It works fine in local. Issue occurs in our staging environment. But 2.2.2 version magento staging we don't have this issue.
– seeni
Apr 25 at 15:26
yes both are same. Issue here is it not even accessing the function every time. It works fine in local. Issue occurs in our staging environment. But 2.2.2 version magento staging we don't have this issue.
– seeni
Apr 25 at 15:26
add a comment |
1 Answer
1
active
oldest
votes
This issue is due to the Varnish
. When we disable varnish and check, this issue is not happened.
But we are still clueless why this GET method alone having this issue, other GET methods works fine with Varnish.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f272472%2fcustomer-information-wrong-in-rest-api-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This issue is due to the Varnish
. When we disable varnish and check, this issue is not happened.
But we are still clueless why this GET method alone having this issue, other GET methods works fine with Varnish.
add a comment |
This issue is due to the Varnish
. When we disable varnish and check, this issue is not happened.
But we are still clueless why this GET method alone having this issue, other GET methods works fine with Varnish.
add a comment |
This issue is due to the Varnish
. When we disable varnish and check, this issue is not happened.
But we are still clueless why this GET method alone having this issue, other GET methods works fine with Varnish.
This issue is due to the Varnish
. When we disable varnish and check, this issue is not happened.
But we are still clueless why this GET method alone having this issue, other GET methods works fine with Varnish.
answered Apr 26 at 6:33
seeniseeni
659821
659821
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f272472%2fcustomer-information-wrong-in-rest-api-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please check the token of the customer.
– Aaditya
Apr 25 at 15:08
token is different for every customer. It not even hitting the function for every request
– seeni
Apr 25 at 15:13
Yeah of-cause it is different, I am saying that please regenerate that specific customer's token and check the values of customer/me API and compare it with Database.
– Aaditya
Apr 25 at 15:15
yes both are same. Issue here is it not even accessing the function every time. It works fine in local. Issue occurs in our staging environment. But 2.2.2 version magento staging we don't have this issue.
– seeni
Apr 25 at 15:26