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
It seems that the session token gets refreshed periodically and our app needs to be able to keep track of that so that requests to the API are always using the most up-to-date token.
Some more information about this:(Daniel Mack)
This issue isn’t browser specific, I was able to reproduce this in both Chrome as well as Firefox.
There were reports that enabling third-party cookies may resolve the issue. I did try that in Chrome but was still seeing the issue occur. Have not yet tried Firefox.
Additionally, others have found that certain versions of the Shopify-app gem were experiencing the issue also, I checked and we’re currently on version 17.0.3 which was released back in January of this year, the most recent version is 18.0.2 so we’re 9 updates behind the most up to date version released on Jun 15th, so trying to update the gem may be a potential option to try as well.
Here is a thread of Github related to the shopify-app where the issue is currently being discussed: Shopify/shopify_app#1053
The following GIF provides the step to reproduce the problem:
The text was updated successfully, but these errors were encountered:
It seems that the session token gets refreshed periodically and our app needs to be able to keep track of that so that requests to the API are always using the most up-to-date token.
Some more information about this:(Daniel Mack)
This issue isn’t browser specific, I was able to reproduce this in both Chrome as well as Firefox.
There were reports that enabling third-party cookies may resolve the issue. I did try that in Chrome but was still seeing the issue occur. Have not yet tried Firefox.
Additionally, others have found that certain versions of the Shopify-app gem were experiencing the issue also, I checked and we’re currently on version 17.0.3 which was released back in January of this year, the most recent version is 18.0.2 so we’re 9 updates behind the most up to date version released on Jun 15th, so trying to update the gem may be a potential option to try as well.
Here is a thread of Github related to the shopify-app where the issue is currently being discussed:
Shopify/shopify_app#1053
The following GIF provides the step to reproduce the problem:
The text was updated successfully, but these errors were encountered: