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 appears bolt may be messing with the session itself, as we are sometimes missing the lastrealorderID on the session, which then fails to retrieve the order via getLastRealOrder (as it doesn't return the _order in context unless its incrementID matches the lastrealorderID)
We have tested without bolt and the lastrealorderID comes through every time.
We enabled bolt and tested, and lastrealorderID was not found on session context.
We utilize redis for caching sessions.
I am wondering if this is related to Bolt API and Sessions magento/magento2#34758 (comment) as I know Bolt does mess with properties on checkout session
The text was updated successfully, but these errors were encountered:
It appears bolt may be messing with the session itself, as we are sometimes missing the lastrealorderID on the session, which then fails to retrieve the order via getLastRealOrder (as it doesn't return the _order in context unless its incrementID matches the lastrealorderID)
We have tested without bolt and the lastrealorderID comes through every time.
We enabled bolt and tested, and lastrealorderID was not found on session context.
We utilize redis for caching sessions.
I am wondering if this is related to Bolt API and Sessions magento/magento2#34758 (comment) as I know Bolt does mess with properties on checkout session
The text was updated successfully, but these errors were encountered: